(chore): Add GitHub templates (#117)

This commit is contained in:
Jethro Kuan 2020-02-18 13:43:13 +08:00 committed by GitHub
parent 996923f9d9
commit e84ab1de9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 1 deletions

30
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -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

View file

@ -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

1
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1 @@
###### Motivation for this change

View file

@ -74,7 +74,7 @@ A changelog is being maintained [here](CHANGELOG.md)
To report bugs and suggest new feature use the issue tracker. If you To report bugs and suggest new feature use the issue tracker. If you
have some code which you would like to be merged, then open a pull have some code which you would like to be merged, then open a pull
request. Please also see [CONTRIBUTING.md](CONTRIBUTING.md). request. Please also see [CONTRIBUTING.md](.github/CONTRIBUTING.md).
## License ## License