Skip to content

Commit

Permalink
chore: add github issue and pr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Nov 28, 2024
1 parent 5fcc084 commit 3c269f7
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 🐞 Bug report
description: Report a bug
labels: ["bug"]
---

Describe the bug you've encountered.

## Environment

- OS:
- Terminal:
- Neovim version:
- Smear-cursor version/commit:
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: ✨ Feature request
description: Suggest a new feature or enhancement
labels: ["enhancement"]
---

Describe the feature you'd like to see implemented.
Suggest a solution if you have one in mind.
Give alternatives you've considered.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/performance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 🐌 Performance issue
description: Report a performance issue
labels: ["performance"]
---

Describe the performance issue you're experiencing.

## Environment

- OS:
- Terminal:
- Neovim version:
- Smear-cursor version/commit:
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Explain the purpose and scope of your contribution.

## Changes

- add ...
- remove ...
- change ...
- fix ...


## Related GitHub issues and pull requests

- fix #...

0 comments on commit 3c269f7

Please sign in to comment.