-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GitHub issue and PR templates #1
Add GitHub issue and PR templates #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work. Couple changes
.github/PULL_REQUEST_TEMPLATE.md
Outdated
## Pull Request Checklist: | ||
|
||
- [ ] My submission passes all tests. | ||
- [ ] I have lint my code locally prior to submission. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint not used in this project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I'll change this!
.github/PULL_REQUEST_TEMPLATE.md
Outdated
|
||
- [ ] My submission passes all tests. | ||
- [ ] I have lint my code locally prior to submission. | ||
- [ ] I have written new tests for my core changes (where applicable). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No tests used.
.github/PULL_REQUEST_TEMPLATE.md
Outdated
|
||
## Pull Request Checklist: | ||
|
||
- [ ] My submission passes all tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No tests used
.github/ISSUE_TEMPLATE.md
Outdated
## Specifications | ||
|
||
- Version: | ||
- Platform: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Platform unnecessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, maybe we'll need in this in the future though, I'll get rid of it for now!
c99cc5b
to
830bd17
Compare
830bd17
to
429a5b6
Compare
Updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
I saw this really cool thing in the https://github.com/gatsbyjs/gatsby repo. If you try to create an issue there it first asks you if you want to file a bug, feature or have a general question. I noticed their |
Thanks I'll try it out |
Checker out now |
Nice, you should have made a PR though! Also I noticed you committed your |
I figured because this is going to be an open source project it would be nice for you to have a template for issues and pull request descriptions for people to follow.
Let me know if you don't and I'll make changes!