Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Mar 21, 2018
1 parent aea13b4 commit 15354be
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Contribution Guidelines

Ensure your pull request to the following guidelines:
Please note that this project is released with a
[Contributor Code of Conduct](code-of-conduct.md). By participating in this
project you agree to abide by its terms.

---

Ensure your pull request adheres to the following guidelines:

- Try to make your pull request as descriptive as possible, especially the title. "Update Readme.md" makes it harder for us to see directly what your pull request is about.
- Use the KISS principle for descriptions.
Expand All @@ -11,3 +17,14 @@ Ensure your pull request to the following guidelines:
- The application should follow enough of the [KDE Visual Design Group/HIG](https://community.kde.org/KDE_Visual_Design_Group/HIG).
- Please avoid unmaintained items.
- Please label official KDE Projects.

Thank you for your suggestions!

## Updating your PR

A lot of times, making a PR adhere to the standards above can be difficult.
If the maintainers notice anything that we'd like changed, we'll ask you to
edit your PR before we merge it. There's no need to open a new PR, just edit
the existing one. If you're not sure how to do that,
[here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md)
on the different ways you can update your PR so that we can merge it.

0 comments on commit 15354be

Please sign in to comment.