(internal): remove assignment in issue templates (#615)

This commit is contained in:
Jethro Kuan
2020-05-13 17:58:34 +08:00
committed by GitHub
parent b388fd3db2
commit 46975107a2
2 changed files with 11 additions and 7 deletions

View File

@ -1,14 +1,15 @@
--- ---
name: Bug Report name: Bug Report
about: Something's not working. about: Something's not working.
title: '' title: ""
labels: '' labels: ""
assignees: 'jethrokuan' assignees: ""
--- ---
### Description ### Description
#### Steps to Reproduce #### Steps to Reproduce
<!-- <!--
Example: Example:
@ -18,13 +19,15 @@ Example:
... ...
--> -->
#### Expected Results #### Expected Results
<!-- Example: File A is there --> <!-- Example: File A is there -->
#### Actual Results #### Actual Results
<!-- Example: File A is missing --> <!-- Example: File A is missing -->
### Versions ### Versions
- Emacs (`C-h v emacs-version`): vX.X.X - Emacs (`C-h v emacs-version`): vX.X.X
- Org-roam commit: https://github.com/jethrokuan/org-roam/commit/commithashhere - Org-roam commit: https://github.com/jethrokuan/org-roam/commit/commithashhere

View File

@ -1,9 +1,9 @@
--- ---
name: Feature Request name: Feature Request
about: Create a feature request to improve Org-roam about: Create a feature request to improve Org-roam
title: '' title: ""
labels: 'enhancement' labels: "enhancement"
assignees: 'jethrokuan' assignees: ""
--- ---
### Brief Abstract ### Brief Abstract
@ -13,4 +13,5 @@ assignees: 'jethrokuan'
### Proposed Implementation (if any) ### Proposed Implementation (if any)
### Please check the following: ### Please check the following:
- [ ] No similar feature requests - [ ] No similar feature requests