Skip to content

Commit 0eba3cb

Browse files
authored
Merge pull request #37 from splunk/pking-dvpl-7608
Pking dvpl 7608
2 parents 56cccf7 + 6d9147c commit 0eba3cb

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
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: 0.8.0)
16-
0. Platform version (ex: Windows Server 2012)
17-
0. Framework version (ex: Node.js 0.10.37)
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: 0.8.0)
12+
1. Platform version (ex: Windows Server 2012)
13+
1. Framework version (ex: Node.js 0.10.37)
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-logging-javascript
4541
[issues]: https://github.com/splunk/splunk-logging-javascript/issues
46-
[pulls]: https://github.com/splunk/splunk-logging-javascript/pulls
42+
[pulls]: https://github.com/splunk/splunk-logging-javascript/pulls
43+
[contact]: https://www.splunk.com/en_us/support-and-services.html

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,13 @@ The Splunk logging library for JavaScript is community-supported.
118118

119119
## Contact us
120120

121+
You can [contact support][contact] if you have Splunk related questions.
122+
121123
You can reach the Dev Platform team at [[email protected]](mailto:[email protected]).
122124

123125
## License
124126

125127
The Splunk Logging Library for JavaScript is licensed under the Apache
126128
License 2.0. Details can be found in the LICENSE file.
129+
130+
[contact]: https://www.splunk.com/en_us/support-and-services.html

0 commit comments

Comments
 (0)