forked from splunk/splunk-javascript-logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request splunk#37 from splunk/pking-dvpl-7608
Pking dvpl 7608
- Loading branch information
Showing
2 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,17 @@ | |
|
||
## How to contribute | ||
|
||
If you would like to contribute to this project, go here for more information: | ||
|
||
* [Splunk and open source][contributions] | ||
* [Individual contributions][indivcontrib] | ||
* [Company contributions][companycontrib] | ||
If you would like to contribute to this project, see [Contributions to Splunk][indivcontrib] for more information. | ||
|
||
## Issues & Bug Reports | ||
|
||
If you're seeing some unexpected behavior with this project, please create an [issue on GitHub][issues] with the following information: | ||
|
||
0. Version of this project you're using (ex: 0.8.0) | ||
0. Platform version (ex: Windows Server 2012) | ||
0. Framework version (ex: Node.js 0.10.37) | ||
0. Splunk version (ex: 6.3.0) | ||
0. Other relevant information (ex: local/remote environment, Splunk network configuration) | ||
1. Version of this project you're using (ex: 0.8.0) | ||
1. Platform version (ex: Windows Server 2012) | ||
1. Framework version (ex: Node.js 0.10.37) | ||
1. Splunk version (ex: 6.3.0) | ||
1. Other relevant information (ex: local/remote environment, Splunk network configuration) | ||
|
||
Alternatively, if you have a Splunk question please ask on [Splunk Answers][answers] | ||
|
||
|
@@ -26,14 +22,14 @@ We love to see pull requests! | |
|
||
To create a pull request: | ||
|
||
0. Fill out the [Individual Contributor Agreement][indivcontrib]. | ||
0. Fork [the repository][repo]. | ||
0. Make changes to the **`develop`** branch, preferably with tests. | ||
0. Create a [pull request][pulls] against the **`develop`** branch. | ||
1. Fill out the [Individual Contributor Agreement][indivcontrib]. | ||
1. Fork [the repository][repo]. | ||
1. Make changes to the **`develop`** branch, preferably with tests. | ||
1. Create a [pull request][pulls] against the **`develop`** branch. | ||
|
||
## Contact us | ||
|
||
You can reach Splunk support at _[email protected]_ if you have Splunk related questions. | ||
You can [contact support][contact] if you have Splunk related questions. | ||
|
||
You can reach the Developer Platform team at _[email protected]_. | ||
|
||
|
@@ -43,4 +39,5 @@ You can reach the Developer Platform team at [email protected]_. | |
[answers]: http://answers.splunk.com/ | ||
[repo]: https://github.com/splunk/splunk-logging-javascript | ||
[issues]: https://github.com/splunk/splunk-logging-javascript/issues | ||
[pulls]: https://github.com/splunk/splunk-logging-javascript/pulls | ||
[pulls]: https://github.com/splunk/splunk-logging-javascript/pulls | ||
[contact]: https://www.splunk.com/en_us/support-and-services.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,9 +118,13 @@ The Splunk logging library for JavaScript is community-supported. | |
|
||
## Contact us | ||
|
||
You can [contact support][contact] if you have Splunk related questions. | ||
|
||
You can reach the Dev Platform team at [[email protected]](mailto:[email protected]). | ||
|
||
## License | ||
|
||
The Splunk Logging Library for JavaScript is licensed under the Apache | ||
License 2.0. Details can be found in the LICENSE file. | ||
|
||
[contact]: https://www.splunk.com/en_us/support-and-services.html |