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

Commit

Permalink
Merge 2d09ef3 into a0aa07f
Browse files Browse the repository at this point in the history
  • Loading branch information
m14t committed Oct 21, 2018
2 parents a0aa07f + 2d09ef3 commit 5503dce
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
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. -->

0 comments on commit 5503dce

Please sign in to comment.