Skip to content

Commit

Permalink
update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
thornjad committed Oct 12, 2021
1 parent 38d08ad commit 622302e
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 41 deletions.
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
---

<!-- Describe the issue briefly here. -->

#### Environment Versions

1. OS Type
1. Node version: `$ node --version`
1. http-server version: `$ http-server --version`

#### Steps to reproduce

<!-- Include the actual command -->

1. ...
2. ...
3. ...

#### Expected result

...

#### Actual result

<!-- Include full output and/or stack trace -->

...

#### Other information

<!-- Include related issues, suggestions for a fix or further debug information, etc. -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
---

#### What's the problem this feature will solve?

<!-- What are you trying to do, that you are unable to achieve with http-server as it currently stands? -->

#### Describe the solution you'd like

<!-- A clear and concise description of what you want to happen. -->

<!-- Provide examples of real-world use cases that this would enable and how it solves the problem described above. -->

#### Alternative Solutions

<!-- Have you tried to workaround the problem using http-server or other tools? Or a different approach to solving this issue? Please elaborate here. -->

#### Additional context

<!-- Add any other context, links, etc. about the feature here. -->
23 changes: 0 additions & 23 deletions .github/PULL_REQUEST_TEMPLATE

This file was deleted.

23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--- Describe the changes here. --->

##### Relevant issues

<!--
Link to the issue(s) this pull request fixes here, if applicable: "Fixes #xxx" or "Resolves #xxx"
If your PR fixes multiple issues, list them individually like "Fixes #xx1, fixes #xx2, fixes #xx3". This is a quirk of how GitHub links issues.
-->

##### Contributor checklist

- [ ] Provide tests for the changes (unless documentation-only)
- [ ] Documented any new features, CLI switches, etc. (if applicable)
- [ ] Server `--help` output
- [ ] README.md
- [ ] doc/http-server.1 (use the same format as other entries)
- [ ] The pull request is being made against the `master` branch

##### Maintainer checklist

- [ ] Assign a version triage tag
- [ ] Approve tests if applicable

0 comments on commit 622302e

Please sign in to comment.