summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRachael Andrew <r.andrew.dev@gmail.com>2021-02-10 11:17:48 -0600
committerGitHub <noreply@github.com>2021-02-10 11:17:48 -0600
commit9fe719dca281c385df48dadaf04281268e596882 (patch)
tree3dc8b0a83855086c86864b3cbff5aac163216def
parentea87741d28b855e9882e64c083ca5db845bb603f (diff)
Create CONTRIBUTING.md
additions to contributing.md to explicitly include language around PR template and code of conduct in preparation for hackathon - feel free to change/blend as desired.
-rw-r--r--CONTRIBUTING.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b10f29edfb4..50301066145 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,6 +20,17 @@ where you are making the change (the OWNERS have a special responsibility for
ensuring the long-term integrity of a portion of the code).
If you want to become a committer/OWNER making some quality contributions is the way to start.
+
+***Creating a Pull Request***
+
+Please follow [best practices](https://github.com/trein/dev-best-practices/wiki/Git-Commit-Best-Practices) for creating git commits.
+
+When your code is ready to be submitted, [submit a pull request](https://help.github.com/articles/creating-a-pull-request/) to begin the code review process.
+
+We only seek to accept code that you are authorized to contribute to the project. We have added a pull request template on our projects so that your contributions are made with the following confirmation:
+
+> I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
+
## Versioning
Vespa uses semantic versioning - see
[vespa versions](http://docs.vespa.ai/documentation/vespa-versions.html).
@@ -47,3 +58,7 @@ More details are in the READMEs of each module.
If you add new files you are welcome to use your own copyright.
In any case the code (or documentation) you submit will be licensed
under the Apache 2.0 license.
+
+## Code of Conduct
+
+We encourage inclusive and professional interactions on our project. We welcome everyone to open an issue, improve the documentation, report bug or submit a pull request. By participating in this project, you agree to abide by the [Verizon Media Code of Conduct](Code-of-Conduct.md). If you feel there is a conduct issue related to this project, please raise it per the Code of Conduct process and we will address it.