Skip to content

Commit

Permalink
chore: add issue and PR templates (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox authored Feb 23, 2023
1 parent 4b772e4 commit 3e43190
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 🐞 Report a bug
about: Something didn't work as expected.
labels: 'bug'
---

### What was wrong?

<!-- Incorrect report, unable to download the utility, an unexpected error -->

### Logs

<!-- The output of coveralls utility with version and enabled --debug option if possible -->

3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
blank_issues_enabled: true

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: ⭐ Feature request
about: Need something to be added!
labels: 'feature request'
---

### :zap: Summary

<!-- A brief summary of a feature. -->

9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/need_help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: 🙏 Request help
about: Ask for help with usage, configuration, integration, etc.
labels: 'help wanted'
---

### Summary


8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: ❔ Question
about: Ask a question
labels: 'question'
---

### Question

11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Closes # (issue)

<!-- Link to an issue(s) this PR fixes -->

#### :zap: Summary

<!-- Brief description of what was done -->

#### :ballot_box_with_check: Checklist

- [ ] Add specs

0 comments on commit 3e43190

Please sign in to comment.