|
| 1 | +# Contributing Guidelines |
| 2 | + |
| 3 | +## How to contribute |
| 4 | + |
| 5 | +If you would like to contribute to this project, go here for more information: |
| 6 | + |
| 7 | +* [Splunk and open source][contributions] |
| 8 | +* [Individual contributions][indivcontrib] |
| 9 | +* [Company contributions][companycontrib] |
| 10 | + |
| 11 | +## Issues & Bug Reports |
| 12 | + |
| 13 | +If you're seeing some unexpected behavior with this project, please create an [issue on GitHub][issues] with the following information: |
| 14 | + |
| 15 | +0. Version of this project you're using (ex: 1.0.0.0) |
| 16 | +0. Platform version (ex: Windows Server 2012) |
| 17 | +0. Framework version (ex: .Net 4.0, Visual Studio 2010) |
| 18 | +0. Splunk version (ex: 6.2.2) |
| 19 | +0. Other relevant information (ex: local/remote environment, Splunk network configuration) |
| 20 | + |
| 21 | +Alternatively, if you have a Splunk question please ask on [Splunk Answers][answers] |
| 22 | + |
| 23 | +## Pull requests |
| 24 | + |
| 25 | +We love to see pull requests! |
| 26 | + |
| 27 | +To create a pull request: |
| 28 | + |
| 29 | +0. Fill out the [Individual Contributor Agreement][indivcontrib]. |
| 30 | +0. Fork [the repository][repo]. |
| 31 | +0. Make changes to the **`develop`** branch, preferably with tests. |
| 32 | +0. Create a [pull request][pulls] against the **`develop`** branch. |
| 33 | + |
| 34 | +## Contact us |
| 35 | + |
| 36 | +You can reach Splunk support at _support@splunk.com_ if you have Splunk related questions. |
| 37 | + |
| 38 | +You can reach the Developer Platform team at _devinfo@splunk.com_. |
| 39 | + |
| 40 | +[contributions]: http://dev.splunk.com/view/opensource/SP-CAAAEDM |
| 41 | +[indivcontrib]: http://dev.splunk.com/goto/individualcontributions |
| 42 | +[companycontrib]: http://dev.splunk.com/view/companycontributions/SP-CAAAEDR |
| 43 | +[answers]: http://answers.splunk.com/ |
| 44 | +[repo]: https://github.com/splunk/splunk-sdk-csharp |
| 45 | +[issues]: https://github.com/splunk/splunk-sdk-csharp/issues |
| 46 | +[pulls]: https://github.com/splunk/splunk-sdk-csharp/pulls |
0 commit comments