diff options
author | 2022-12-06 17:40:25 -0800 | |
---|---|---|
committer | 2022-12-06 17:40:25 -0800 | |
commit | b50e5f9379c843a212e37fff4a5c7fa3081a484d (patch) | |
tree | b3cfcbe8da35a0203e1b18f56e7a8f3b23c1f7b9 | |
parent | Merge pull request #746 from Exenifix/main (diff) | |
parent | Merge branch 'main' into issue-809 (diff) |
Merge pull request #810 from python-discord/issue-809
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/commit-messages.md (renamed from pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/commit-messages.md) | 0 | ||||
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md | 2 | ||||
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/_info.yml | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/commit-messages.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/commit-messages.md index ba476b65..ba476b65 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/commit-messages.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/commit-messages.md diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md index 73c5dcab..d1e4250d 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md @@ -12,7 +12,7 @@ We have simple but strict style rules that are enforced through linting. Not all of the style rules are enforced by linting, so make sure to read the [style guide](../style-guide/) as well. 2. **Make great commits.** Great commits should be atomic, with a commit message explaining what and why. -Check out [Writing Good Commit Messages](./commit-messages) for details. +Check out [Writing Good Commit Messages](../commit-messages/) for details. 3. **Do not open a pull request if you aren't assigned to the issue.** If someone is already working on it, consider offering to collaborate with that person. 4. **Use assets licensed for public use.** diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/_info.yml b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/_info.yml deleted file mode 100644 index 80c8e772..00000000 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/_info.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: Contributing Guidelines -description: Guidelines to adhere to when contributing to our projects. |