diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 874e320..e99eb7a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,14 +1,15 @@ --- name: Bug Report about: Something's not working. -title: '' -labels: '' -assignees: 'jethrokuan' +title: "" +labels: "" +assignees: "" --- ### Description #### Steps to Reproduce + - #### Expected Results + #### Actual Results + ### Versions + - Emacs (`C-h v emacs-version`): vX.X.X - Org-roam commit: https://github.com/jethrokuan/org-roam/commit/commithashhere diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8c16237..c2acdd7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,9 @@ --- name: Feature Request about: Create a feature request to improve Org-roam -title: '' -labels: 'enhancement' -assignees: 'jethrokuan' +title: "" +labels: "enhancement" +assignees: "" --- ### Brief Abstract @@ -13,4 +13,5 @@ assignees: 'jethrokuan' ### Proposed Implementation (if any) ### Please check the following: + - [ ] No similar feature requests