1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2026-01-10 12:19:15 +00:00
Files
haste-client/.github/pull_request_template.md
2023-01-12 12:01:15 +01:00

32 lines
902 B
Markdown

[ABC-1234](https://toptal-core.atlassian.net/browse/ABC-1234)
### Description
Describe the changes and motivations for the pull request, unless obvious from the title.
[Designs](https://share.abstract.com) (if applicable)
### How to test
- `yarn`
- FIXME: Add the steps describing how to test your changes manually
### Environment variables
You should add the following to your ~.bash_profile:
```bash
export ENV_VAR="value"
```
### Acceptance Criteria
- [ ] Add acceptance criterias from Jira task [ABC-1234]
### Pre-merge checklist
- [ ] The PR relates to a single subject with a clear title and description in grammatically correct, complete sentences.
- [ ] Verify that feature branch is up-to-date with `master` (if not - rebase it).
- [ ] Double check the quality of [commit messages](http://chris.beams.io/posts/git-commit/).
- [ ] A snapshot of the author's env vars has been added