Github contribution templates

pull/67/head
Romain 7 years ago
parent 96cd92aa46
commit e8a9fc66b4

@ -0,0 +1,23 @@
Please make sure the tests are passing when submitting a code change:
```bash
cd ~/thumbsup
npm install
./scripts/cibuild
```
For more confidence, you can also run `thumbsup` against the demo galleries at https://github.com/thumbsup/demos
```bash
# prepare local thumbsup for linking
cd ~/thumbsup
npm install
npm link
# link into the demos and make the galleries
cd ~/demos
npm install
npm link thumbsup
./build
```

@ -0,0 +1,40 @@
<!--
Hi!
Thanks for taking the time to submit a feature request or bug report. Please try to fill out the relevant fields, and remove any irrelevant section from this template.
-->
## Feature request
Please describe the new feature or behaviour you'd like to see.
If possible, give a concrete use case.
## Bug report
If running as an npm package:
```
Thumbsup version: __________
Node version: __________
NPM version: __________
Operating system: __________
```
If running as a Docker container:
```
Thumbsup image tag: __________
Docker version: __________
Operating system: __________
```
About the bug...
- Are you getting an error message?
- Have you tried running `DEBUG="*" thumbsup <args>` to get more troubleshooting info?
- Is the behavior different from expected?
- Can you provide steps to reproduce the issue?

@ -0,0 +1,11 @@
<!--
Thanks for submitting a pull request!
Please describe what the change is below, and don't forget to check out the CONTRIBUTING guidelines.
-->
- What's the current behaviour?
- What does the PR change?
- Does it introduce a breaking change for existing users?
Loading…
Cancel
Save