From 72be0e7b670c5dc0fc23c6c90ddf96fc2736c4ae Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sun, 17 Feb 2013 16:51:54 -0800 Subject: [PATCH] First cut generic Contributing.md file for Travis Could use some expansion under the actual PR submission notes --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..36299183 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing to Travis-CI +Issues for any Travis-CI should be submitted to https://github.com/travis-ci/travis-ci/issues + +## 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-Web + +See testing and setup notes in the base [README](https://github.com/travis-ci/travis-web)