(chore): Add GitHub templates (#117)

master
Jethro Kuan 6 years ago committed by GitHub
parent 996923f9d9
commit e84ab1de9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      .github/CONTRIBUTING.md
  2. 30
      .github/ISSUE_TEMPLATE/bug_report.md
  3. 16
      .github/ISSUE_TEMPLATE/feature_request.md
  4. 1
      .github/PULL_REQUEST_TEMPLATE.md
  5. 2
      README.md

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

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

Loading…
Cancel
Save