diff options
author | 2022-04-21 16:22:23 -0400 | |
---|---|---|
committer | 2022-04-21 16:22:23 -0400 | |
commit | e09fade2fb9de84180539d58c00a229f8812c9fb (patch) | |
tree | d183b722456de289290dffb1767ba89769b6bb1b | |
parent | Change period to colon (diff) |
Remove redundant newline
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/pull-requests.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/pull-requests.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/pull-requests.md index c1ce1bf6..d193a455 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/pull-requests.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/pull-requests.md @@ -6,7 +6,6 @@ description: A guide for opening pull requests. As stated in our [Contributing Guidelines](../contributing-guidelines/), do not open a pull request if you aren't assigned to an approved issue. You can check out our [Issues Guide](../issues/) for help with opening an issue or getting assigned to an existing one. {: .notification .is-warning } - Before opening a pull request you should have: 1. Committed your changes to your local repository |