From 591bca9093f75a70d4273d71525176ce278ad2ff Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 18 Mar 2013 23:07:55 -0300 Subject: [PATCH] First cut generic Contributing.md file for Travis For https://github.com/travis-ci/travis-ci/issues/940 --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..0545a308 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing to Travis-CI +Issues for any Travis-CI repo should be submitted to https://github.com/travis-ci/travis-ci/issues + +## Security Issues +***Any security issues should be submitted directly to [security@travis-ci.org](mailto:security@travis-ci.org)*** + +## Reporting Issues +- Explain what you expected to happen vs the actual results +- Include a screenshot if it helps illustrate the issue. https://github.com/blog/1347-issue-attachments +- What steps are required to reproduce the issue +- An example build that shows the issue + +## Submitting a PR to Travis-API + +See testing and setup notes in the base [README](https://github.com/travis-ci/travis-api)