diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-30 18:35:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-30 18:35:53 +0000 |
commit | 9ad111d2102c24593f6ac012206bb4b2c9c6c4e1 (patch) | |
tree | ef82d96a6fde1918dc101e19a0a1eee4f04ae37d | |
parent | 0668aa68ef6ef93ad4e3e6af39d949083cc6fa8c (diff) |
fix: heading in feature requests
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/major-feature-request.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/minor-feature-request.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 871cd0f..9bb42c8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" labels: bug -assignees: '' +assignees: ThomasFKJorna --- @@ -11,7 +11,7 @@ assignees: '' A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior: +Which specific things did you do which lead to said bug? E.g. what did you click, which commands did you call, etc. 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' diff --git a/.github/ISSUE_TEMPLATE/major-feature-request.md b/.github/ISSUE_TEMPLATE/major-feature-request.md index 8fd591d..336eba8 100644 --- a/.github/ISSUE_TEMPLATE/major-feature-request.md +++ b/.github/ISSUE_TEMPLATE/major-feature-request.md @@ -7,7 +7,7 @@ assignees: '' --- -**Have you checked whether this feature is not already on the [project board](https://github.com/org-roam/org-roam-ui/projects/2)? +** Have you checked whether this feature is not already on the [project board](https://github.com/org-roam/org-roam-ui/projects/2)? No diff --git a/.github/ISSUE_TEMPLATE/minor-feature-request.md b/.github/ISSUE_TEMPLATE/minor-feature-request.md index 577ba95..5a69686 100644 --- a/.github/ISSUE_TEMPLATE/minor-feature-request.md +++ b/.github/ISSUE_TEMPLATE/minor-feature-request.md @@ -8,7 +8,7 @@ assignees: '' --- -**Have you checked whether this feature is not already on the [project board](https://github.com/org-roam/org-roam-ui/projects/2)? +** Have you checked whether this feature is not already on the [project board](https://github.com/org-roam/org-roam-ui/projects/2)? No |