mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update CONTRIBUTING.md
Co-Authored-By: grochocki <grochocki@users.noreply.github.com>
This commit is contained in:
parent
2d5bfd1c4a
commit
d1df4895f4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ improvements which address the top issues reported by Calculator users. Some gen
|
||||||
* **DO** write a good description for your pull request. More detail is better. Describe *why* the change is being
|
* **DO** write a good description for your pull request. More detail is better. Describe *why* the change is being
|
||||||
made and *why* you have chosen a particular solution. Describe any manual testing you performed to validate your change.
|
made and *why* you have chosen a particular solution. Describe any manual testing you performed to validate your change.
|
||||||
* **DO NOT** submit a PR unless it is linked to an Issue marked
|
* **DO NOT** submit a PR unless it is linked to an Issue marked
|
||||||
[`triage approved`](https://github.com/Microsoft/calculator/issues?q=is%3Aissue+is%3Aopen+label%3A%22Triage%3A+Approved%22).
|
[`triage approved`](https://github.com/Microsoft/calculator/issues?q=is%3Aissue+is%3Aopen+label%3A%22Triage%3A+Approved%22).
|
||||||
This enables us to have a discussion on the idea before anyone invests time in an implementation.
|
This enables us to have a discussion on the idea before anyone invests time in an implementation.
|
||||||
* **DO NOT** merge multiple changes into one PR unless they have the same root cause.
|
* **DO NOT** merge multiple changes into one PR unless they have the same root cause.
|
||||||
* **DO NOT** submit pure formatting/typo changes to code that has not been modified otherwise.
|
* **DO NOT** submit pure formatting/typo changes to code that has not been modified otherwise.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue