Skip to content

Commit

Permalink
ci: template minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 17, 2023
1 parent 8419aa2 commit 19ce849
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ assignees: ''

**Describe the bug**

A clear and concise description of what the bug is, the package version you are using.
A clear and concise description of what the bug is, the `http-status` package version you are using.

**To Reproduce**

Please provide us with a unit test, an example code or even pseudo-code. It could be written in JavaScript or CoffeeScript, but not in TypeScript unless the bug is related to TypeScript.
Please provide us with a unit test, an example code or even pseudo-code. It is written in JavaScript, but not in TypeScript unless the bug is related to TypeScript.

What's important is to **limit the data** to the minimum as well as to **strip down the number of options** to the relevant ones with an impact. Do not reference an external file.
What's important is to provide a **minimal code**, only focussing on the problem. Do not reference an external file.

**Additional context**

Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
blank_issues_enabled: false
# contact_links:
# - name: <PROJECT_FULLNAME> documentation
# url: https://domain.com/
# about: Check out the <PROJECT_FULLNAME> documentation for answers to common questions.

0 comments on commit 19ce849

Please sign in to comment.