given that we now use the PR description as the commit message, the PR template should point that out. Also, a `# Summary` is relatively strange in a commit message, so removed it. --------- Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
963 B
963 B
Read this section before submitting
- Ensure your PR follows the External Contribution Guidelines.
- Please make sure the PR has excellent documentation and tests. If we label it
missing documentationormissing teststhen it needs fixing! - Include the link to your
RFCorbugissue in the description. - If the issue does not already have approval from a developer, submit the PR as draft.
- The PR title/description will become the commit message. Keep it up-to-date as the PR evolves.
- If you rebase your PR onto
nightly-with-mathlibthen CI will test Mathlib against your PR. - You can manage the
awaiting-review,awaiting-author, andWIPlabels yourself, by writing a comment containing one of these labels on its own line. - Remove this section, up to and including the
---before submitting.
Closes #0000 (RFC or bug issue number fixed by this PR, if any)