-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create issue templates * Rename and update project owner feature issue template * Update bug report template * Update feature request * Update .github/ISSUE_TEMPLATE/bug-report.md * Comment out unnecessary lines in GHA config * Sort issue templates by number --------- Co-authored-by: Schuyler Martin <schuylermartin45@gmail.com>
- Loading branch information
1 parent
c7879b1
commit 10c86e6
Showing
4 changed files
with
51 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a bug report. | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What happened?** | ||
<!-- A clear and concise description of what the bug is and what you expected to happen. --> | ||
|
||
**To Reproduce** | ||
|
||
Steps to reproduce the behavior: | ||
|
||
**Additional Details (please complete the following information):** | ||
- OS: [e.g. MacOS M1, Windows] | ||
- Conda Recipe Manager version [e.g. `0.2.0`] | ||
- Any other context about the problem that was found. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Feature Request | ||
about: Create a feature request. | ||
labels: enhancement, source::user-request | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
<!-- Describe the feature that you would like to see implemented. --> | ||
|
||
**Additional context** | ||
<!-- Add any other context about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: "(Project Owner) New Feature" | ||
about: New feature description, filed by CRM maintainers | ||
labels: enhancement, source::maintainer | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What is the idea?** | ||
<!-- Describe what the feature is and what it does. --> | ||
|
||
**Acceptance criteria** | ||
<!-- Include a list of criteria that are required to close this issue. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters