mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
(internal): remove assignment in issue templates (#615)
This commit is contained in:
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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
|
||||||
|
7
.github/ISSUE_TEMPLATE/feature_request.md
vendored
7
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user