From b2027806706a987f30f698a4eacaaaa339ad0a8f Mon Sep 17 00:00:00 2001 From: Robert Hodges Date: Thu, 8 Mar 2018 17:21:52 -0800 Subject: [PATCH] VCDA-356: Add code of conduct and pull request template Added documents to meet recommended Github community standards. Signed-off-by: Robert Hodges --- CODE_OF_CONDUCT.md | 32 ++++++++++++++++++++++++++++++++ PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 2 files changed, 41 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..7dc6b0f5e --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,32 @@ +Contributor Code of Conduct +====================== + +As contributors and maintainers of this project, we pledge to respect +everyone who contributes by posting issues, updating documentation, +submitting pull requests, providing feedback in comments, and any other +activities. + +Communication through any project channels (GitHub, mailing lists, +Twitter, and so on) must be constructive and never resort to personal +attacks, trolling, public or private harassment, insults, or other +unprofessional conduct. + +We promise to extend courtesy and respect to everyone involved in this +project, regardless of gender, gender identity, sexual orientation, +disability, age, race, ethnicity, religion, or level of experience. We +expect anyone contributing to this project to do the same. + +If any member of the community violates this code of conduct, the +maintainers of this project may take action, including removing issues, +comments, and PRs or blocking accounts, as deemed appropriate. + +If you are subjected to or witness unacceptable behavior, or have any +other concerns, please communicate with us. + +If you have suggestions to improve the code of donduct, please submit +an issue or PR. + + +**Attribution** + +This Code of Conduct is adapted from the VMware Clarity project, available at this page: https://github.com/vmware/clarity/blob/master/CODE_OF_CONDUCT.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..3cff57681 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +To help us process your pull request efficiently, please include: + +- (Required) Short description of changes in the PR topic line + +- (Required) Detailed description of changes include tests and + documentation. If the pull request contains multiple commits with + detailed messages, refer to those instead + +- (Optional) Names of reviewers using @ sign + name