diff options
| author | Factiven <[email protected]> | 2023-08-21 15:53:44 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-21 15:53:44 +0700 |
| commit | b22333c5addef980774d23414ce4027b96c36734 (patch) | |
| tree | 154ee515836b26dead90ecbbbce6a255a308b0c8 /.github | |
| parent | Update issue templates (diff) | |
| download | moopa-b22333c5addef980774d23414ce4027b96c36734.tar.xz moopa-b22333c5addef980774d23414ce4027b96c36734.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a9f67d9..a137ea2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG]" +title: "[BUG] Your Title Here" labels: "\U0001F41B bug" assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d669e68..17ce160 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "[Enhancements]" +title: "[Enhancements] Your Title Here" labels: enhancement assignees: '' |