Skip to content

Commit e14f48c

Browse files
authored
Merge pull request #313 from splunk/pking-scp-16043
Pking scp 16043
2 parents 51bd6b8 + 74a7d3b commit e14f48c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22

33
## How to contribute
44

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]
5+
If you would like to contribute to this project, see [Contributions to Splunk][indivcontrib] for more information.
106

117
## Issues & Bug Reports
128

139
If you're seeing some unexpected behavior with this project, please create an [issue on GitHub][issues] with the following information:
1410

15-
0. Version of this project you're using (ex: 1.5.0)
16-
0. Platform version (ex: Windows Server 2012 R2)
17-
0. Framework version (ex: Python 2.7.9)
18-
0. Splunk version (ex: 6.3.0)
19-
0. Other relevant information (ex: local/remote environment, Splunk network configuration)
11+
1. Version of this project you're using (ex: 1.5.0)
12+
1. Platform version (ex: Windows Server 2012 R2)
13+
1. Framework version (ex: Python 2.7.9)
14+
1. Splunk version (ex: 6.3.0)
15+
1. Other relevant information (ex: local/remote environment, Splunk network configuration)
2016

2117
Alternatively, if you have a Splunk question please ask on [Splunk Answers][answers]
2218

@@ -26,14 +22,14 @@ We love to see pull requests!
2622

2723
To create a pull request:
2824

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.
25+
1. Fill out the [Individual Contributor Agreement][indivcontrib].
26+
1. Fork [the repository][repo].
27+
1. Make changes to the **`develop`** branch, preferably with tests.
28+
1. Create a [pull request][pulls] against the **`develop`** branch.
3329

3430
## Contact us
3531

36-
You can reach Splunk support at _[email protected]_ if you have Splunk related questions.
32+
You can [contact support][contact] if you have Splunk related questions.
3733

3834
You can reach the Developer Platform team at _[email protected]_.
3935

@@ -43,4 +39,5 @@ You can reach the Developer Platform team at [email protected]_.
4339
[answers]: http://answers.splunk.com/
4440
[repo]: https://github.com/splunk/splunk-sdk-python
4541
[issues]: https://github.com/splunk/splunk-sdk-python/issues
46-
[pulls]: https://github.com/splunk/splunk-sdk-python/pulls
42+
[pulls]: https://github.com/splunk/splunk-sdk-python/pulls
43+
[contact]: https://www.splunk.com/en_us/support-and-services.html

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ If you would like to contribute to the SDK, go here for more information:
286286

287287
1. You will be granted support if you or your company are already covered
288288
under an existing maintenance/support agreement.
289-
Send an email to [email protected] and include "Splunk SDK for Python"
289+
Submit a new case in the [Support Portal][contact] and include "Splunk SDK for Python"
290290
in the subject line.
291291
2. If you are not covered under an existing maintenance/support agreement, you
292292
can find help through the broader community at:
@@ -304,10 +304,13 @@ If you would like to contribute to the SDK, go here for more information:
304304

305305
### Contact Us
306306

307+
You can [contact support][contact] if you have Splunk related questions.
308+
307309
You can reach the Developer Platform team at _[email protected]_.
308310

309311
## License
310312

311313
The Splunk Software Development Kit for Python is licensed under the Apache
312314
License 2.0. Details can be found in the file LICENSE.
313315

316+
[contact]: https://www.splunk.com/en_us/support-and-services.html

0 commit comments

Comments
 (0)