Skip to content

Commit

Permalink
chore: some github issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Jun 25, 2024
1 parent e6b7c2e commit 1528b5b
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Bug Report
about: Report a bug
title: "fix: "
labels: bug
---

Expand Down
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- A clear and concise description of what the feature request is. Please include if your feature request is related to a problem. -->

**Describe Preferred Solution**

<!-- A clear and concise description of what you want to happen. -->

**Describe Alternatives**

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Related Code**

<!-- If you are able to illustrate the bug or feature request with an example, please provide it here. -->

**Additional Context**

<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc. -->

**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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Question
about: Ask a question
title: "chore: "
labels: question
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
---
name: Pull Request
about: Submit a Pull Request
labels: pr
---

## Search terms

<!-- Include keywords that might help others with the same problem find this issue -->

## 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?

0 comments on commit 1528b5b

Please sign in to comment.