Skip to content

Commit

Permalink
Remove old templates and tweak new templates. (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhkswan committed Sep 16, 2021
1 parent 429ff80 commit 98ca628
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 🐞 Bug
description: File a bug/issue
title: "[BUG] <title>"
title: "<title>"
labels: "bug,status:triage"
body:
- type: checkboxes
Expand Down
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ contact_links:
- name: Fairlens community discussions
url: https://github.com/synthesized-io/fairlens/discussions
about: Please ask and answer questions here.
- name: Fairlens Documentation
url: https://fairlens.readthedocs.io/en/latest/
about: Checkout our latest documentation.
...
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature Request
description: Propose a new feature for development
title: "[FEATURE] <title>"
labels: "status:triage"
title: "<title>"
labels: "feature,status:triage"
body:
- type: checkboxes
attributes:
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/issue.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: General Issue
description: Raise a general issue for the project
title: "[ISSUE] <title>"
title: "<title>"
labels: "status:triage"
body:
- type: checkboxes
Expand All @@ -17,11 +17,10 @@ body:
description: How would you best classify the scope of this issue, using the categories below?
multiple: true
options:
- Bug
- CI/CD
- Documentation
- Improvement
- Feature
- Maintainance/Refactor
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 98ca628

Please sign in to comment.