Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

GitHub templates #5

Merged
merged 1 commit into from Oct 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
---
name: Bug report
about: Tell us about something that is broken

---
A clear and concise description of what the bug is,
focused on the difference between expected and observed behavior.

### How to reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

<!--
## Screenshots
If applicable, add screenshots to help explain your problem.
-->

### Version information
- Node.js Version: `node --version`
- npm Version: `npm --version`
- OS: [e.g., iOS]
- Browser: [e.g., Chrome, Safari]
- Browser Version: [e.g., 22]

### Additional info
<!-- Optionally add any other info or context here. -->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project

---
### Motivation
A clear and concise description of the problem context.
E.g., _It frustrates me when [...]_

### Proposal
A clear and concise description of what you want to happen.

### Additional info
<!-- Optionally add any other info or context here. -->
32 changes: 32 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,32 @@
### Kind of change
<!-- Check at least one. Update "[ ]" to "[x]" to check a box -->
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update
- [ ] Refactor
- [ ] Build-related changes
- [ ] Other, please describe:

### Proposed changes
Describe what the goal of this PR, how it works,
and the problem or use-case it solves.

### Relevant issues
<!--
- https://github.com/solid/react-components/issues/XXX
-->

### Breaking change?
<!-- Check one. -->
- [ ] Yes
- [ ] No

<!-- If yes, please describe the impact and migration path. -->

### Requirements check

- [ ] All tests are passing
- [ ] New/updated tests are included

### Additional info
<!-- Optionally add any other info or context here. -->