(chore): Add GitHub templates (#117)
parent
996923f9d9
commit
e84ab1de9a
5 changed files with 48 additions and 1 deletions
@ -0,0 +1,30 @@ |
||||
--- |
||||
name: Bug Report |
||||
about: Something's not working. |
||||
title: '' |
||||
labels: '' |
||||
assignees: 'jethrokuan' |
||||
--- |
||||
|
||||
### Description |
||||
|
||||
#### Steps to Reproduce |
||||
<!-- |
||||
Example: |
||||
|
||||
1. Load Emacs |
||||
2. Run `org-roam--build-cache-async` |
||||
3. Run `org-roam-find-file` |
||||
... |
||||
--> |
||||
|
||||
|
||||
#### Expected Results |
||||
<!-- Example: File A is there --> |
||||
|
||||
#### Actual Results |
||||
<!-- Example: File A is missing --> |
||||
|
||||
### Versions |
||||
- Emacs (`C-h v emacs-version`): vX.X.X |
||||
- Org-roam commit: https://github.com/jethrokuan/org-roam/commit/commithashhere |
||||
@ -0,0 +1,16 @@ |
||||
--- |
||||
name: Feature Request |
||||
about: Create a feature request to improve Org-roam |
||||
title: '' |
||||
labels: 'enhancement' |
||||
assignees: 'jethrokuan' |
||||
--- |
||||
|
||||
### Brief Abstract |
||||
|
||||
### Long Description |
||||
|
||||
### Proposed Implementation (if any) |
||||
|
||||
### Please check the following: |
||||
- [ ] No similar feature requests |
||||
@ -0,0 +1 @@ |
||||
###### Motivation for this change |
||||
Loading…
Reference in new issue