Skip to content
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

Added pull request template & updated changelog #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**Problem / Missing Feature:**

Describe the problem or missing feature here.

**Solution / New Feature:**

Describe the solution or new feature here.

---

**Doneness:**

- [x] Be awesome for submitting a PR
- [ ] [CONTRIBUTING reviewed](https://github.com/alexa-js/alexa-utterances/blob/master/CONTRIBUTING.md)
- [ ] Test(s) written to reproduce the problem or missing feature
- [ ] Code written to solve the problem or implement the new feature
- [ ] [README](https://github.com/alexa-js/alexa-utterances/blob/master/README.md) updated with documentation (if applicable)
- [ ] [CHANGELOG](https://github.com/alexa-js/alexa-utterances/blob/master/CHANGELOG.md) updated with your change
- [ ] Detailed commit messages present
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Next

* Your contribution here.
* Added pull request template - [@harrisonhjones](https://github.com/harrisonhjones/)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just want to nitpick on the format. Other lines end with a period :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Let me know if you think anything else needs to be updated.


### 0.2.1

Expand Down