From 1528b5b5dc03153c13c81539e353a6dff1ca7f79 Mon Sep 17 00:00:00 2001 From: Bugs5382 Date: Tue, 25 Jun 2024 07:28:05 -0400 Subject: [PATCH] chore: some github issues --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 35 +++++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 1 + .../pull_request_template.md | 21 +++++++---- 4 files changed, 51 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md rename .github/{ISSUE_TEMPLATE => }/pull_request_template.md (53%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 220d420..074e737 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug Report about: Report a bug +title: "fix: " labels: bug --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..d024a0d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,35 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: "feat: " +labels: "enhancement" +assignees: "" +--- + +# Feature Request + +**Describe the Feature Request** + + + +**Describe Preferred Solution** + + + +**Describe Alternatives** + + + +**Related Code** + + + +**Additional Context** + + + +**If the feature request is approved, would you be willing to submit a PR?** +_(Help can be provided if you need assistance submitting a PR)_ + +- [ ] Yes +- [ ] No \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index bda961c..c4a6300 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,7 @@ --- name: Question about: Ask a question +title: "chore: " labels: question --- diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 53% rename from .github/ISSUE_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md index 9069c60..928230a 100644 --- a/.github/ISSUE_TEMPLATE/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,22 @@ ---- -name: Pull Request -about: Submit a Pull Request -labels: pr ---- - ## Search terms -## Have you... +## Questioner + +Please check the type of change your PR introduces: + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, renaming) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] Documentation content changes +- [ ] Other (please describe): + +Other things: - [ ] Write a unit test or update unit tests that cover your change in the code? - [ ] Set the PR to merge into the develop branch? - [ ] Clear documentation per the guidelines in the [README.md](../../README.md) as we are support medical applications? +