mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
a4359d274e
* DEV: update pull request template with more details of what is expected in a PR Added information: - We expected the pr to have a title that is descriptive of the changes - Good commit messages and prefixes - If the pull request had UX/UI changes to include screenshots - If changing flaky tests to include the reason for the change * Update .github/pull_request_template.md Co-authored-by: David Taylor <david@taylorhq.com> --------- Co-authored-by: David Taylor <david@taylorhq.com>
8 lines
669 B
Markdown
8 lines
669 B
Markdown
<!--
|
|
NOTE: All pull requests should have:
|
|
- Tests (rspec in Ruby, qunit in JavaScript). If your code does not include test coverage, please include an explanation of why it was omitted.
|
|
- A descriptive title and description with context about those changes.
|
|
- Good commit messages with the correct prefixes see: https://meta.discourse.org/t/discourse-github-commit-prefix-convention/19392
|
|
- If the pull request had UX/UI changes, please add a screenshot of how it was before and how it is with your changes in mobile and desktop
|
|
- If changing flakey tests, please add a description in your commit/PR description about the error you were having
|
|
--> |