Skip to content

Commit

Permalink
Create issue templates (#158)
Browse files Browse the repository at this point in the history
* 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
beeankha and schuylermartin45 authored Sep 30, 2024
1 parent c7879b1 commit 10c86e6
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 6 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug-report.md
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.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/02_feature-request.md
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. -->
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/03_project-owner-feature.md
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. -->
12 changes: 6 additions & 6 deletions .github/template-files/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ conda/infrastructure:
dst: HOW_WE_USE_GITHUB.md

# [optional] standard issue templates
- src: templates/issues/bug.yml
dst: .github/ISSUE_TEMPLATE/0_bug.yml
# - src: templates/issues/bug.yml
# dst: .github/ISSUE_TEMPLATE/0_bug.yml

- src: templates/issues/feature.yml
dst: .github/ISSUE_TEMPLATE/1_feature.yml
# - src: templates/issues/feature.yml
# dst: .github/ISSUE_TEMPLATE/1_feature.yml

- src: templates/issues/documentation.yml
dst: .github/ISSUE_TEMPLATE/2_documentation.yml
# - src: templates/issues/documentation.yml
# dst: .github/ISSUE_TEMPLATE/2_documentation.yml

# - src: templates/issues/epic.yml
# dst: .github/ISSUE_TEMPLATE/epic.yml
Expand Down

0 comments on commit 10c86e6

Please sign in to comment.