1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-06 07:02:32 +02:00
audacity/.github/pull_request_template.md
Emily Mabrey 8d3f9f0be6
Add Weblate Support (#175)
* Attempting to remove bad history rewrites 😵
* Weblate support changes
* Update README.md to include Weblate thank you

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 12:45:19 -04:00

25 lines
969 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
IMPORTANT! READ
Any spam PRs will be closed.
Please make sure your PR
complies with the requirements.
-->
Resolves: *(direct link to the issue)*
*(short description of the changes and the motivation to make the changes)*
<!-- Use "x" to fill the checkboxes below like [x]
an asterisk (*) after the entry indicates required
-->
- [ ] I have signed off my commits using `-s` or `Signed-off-by`\* (See: [Contributing § DCO](https://github.com/tenacityteam/tenacity/blob/master/CONTRIBUTING.md#developer-certificate-of-origin))
- [ ] I made sure the code compiles on my machine
- [ ] I made sure there are no unnecessary changes in the code\*
- [ ] I made sure the title of the PR reflects the core meaning of the issue you are solving\*
- [ ] I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?"\*
\* indicates required