Skip to content

Commit 10908a6

Browse files
authored
Merge pull request #143 from splunk/pking-scp-16043
Pking scp 16043
2 parents bc71b07 + ba97870 commit 10908a6

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-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.4.0)
16-
0. Platform version (ex: Windows Server 2012)
17-
0. Framework version (ex: Java 8)
18-
0. Splunk version (ex: 6.2.2)
19-
0. Other relevant information (ex: local/remote environment, Splunk network configuration)
11+
1. Version of this project you're using (ex: 1.4.0)
12+
1. Platform version (ex: Windows Server 2012)
13+
1. Framework version (ex: Java 8)
14+
1. Splunk version (ex: 6.2.2)
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-java
4541
[issues]: https://github.com/splunk/splunk-sdk-java/issues
46-
[pulls]: https://github.com/splunk/splunk-sdk-java/pulls
42+
[pulls]: https://github.com/splunk/splunk-sdk-java/pulls
43+
[contact]: https://www.splunk.com/en_us/support-and-services.html

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ If you would like to contribute to the SDK, go here for more information:
383383
### Support
384384

385385
1. You will be granted support if you or your company are already covered under an existing maintenance/support agreement.
386-
Send an email to [email protected] and include "Splunk SDK for Java" in the subject line.
386+
Submit a new case in the [Support Portal][contact] and include "Splunk SDK for Java" in the subject line.
387387
2. If you are not covered under an existing maintenance/support agreement, you
388388
can find help through the broader community at:
389389
<ul>
@@ -400,9 +400,13 @@ If you would like to contribute to the SDK, go here for more information:
400400

401401
### Contact Us
402402

403+
You can [contact support][contact] if you have Splunk related questions.
404+
403405
You can reach the Developer Platform team at _[email protected]_.
404406

405407
## License
406408

407409
The Splunk Java Software Development Kit is licensed under the Apache
408410
License 2.0. Details can be found in the LICENSE file.
411+
412+
[contact]: https://www.splunk.com/en_us/support-and-services.html

0 commit comments

Comments
 (0)