1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-19 07:01:25 +01:00
Files
audacity/.github/pull_request_template.md
Emily Mabrey 63b88aa1f5 Weblate support changes
This is a squashed commit to reset the history changes I should not have made.

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 11:44:39 -04:00

969 B

Resolves: (direct link to the issue)

(short description of the changes and the motivation to make the changes)

  • I have signed off my commits using -s or Signed-off-by* (See: Contributing § DCO)
  • 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