From 5ca915b7ee8622b00d0c3a73d7e11d31fe6b84bc Mon Sep 17 00:00:00 2001 From: PKing70 <39703314+PKing70@users.noreply.github.com> Date: Mon, 23 Mar 2020 23:00:46 -0700 Subject: [PATCH 1/3] Update CONTRIBUTING.md Revise link to contact us (no more support@splunk.com). Also, numbered list formatting. --- CONTRIBUTING.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f034e5a..8eff9fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,11 +12,11 @@ If you would like to contribute to this project, go here for more information: 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 +26,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 _support@splunk.com_ 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 _devinfo@splunk.com_. @@ -43,4 +43,5 @@ You can reach the Developer Platform team at _devinfo@splunk.com_. [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 \ No newline at end of file +[pulls]: https://github.com/splunk/splunk-logging-javascript/pulls +[contact]: https://www.splunk.com/en_us/support-and-services.html From 8645701d57ae8228ced55880a64118a4b809c0d2 Mon Sep 17 00:00:00 2001 From: PKing70 <39703314+PKing70@users.noreply.github.com> Date: Mon, 23 Mar 2020 23:03:18 -0700 Subject: [PATCH 2/3] Update README.md Revise link to contact us (no more support@splunk.com). --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c58e711..9c93d7b 100644 --- a/README.md +++ b/README.md @@ -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 [devinfo@splunk.com](mailto:devinfo@splunk.com). ## 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 From 6d9147c0c8b5f0d1cf56f5fd77d514243f6e6846 Mon Sep 17 00:00:00 2001 From: PKing70 <39703314+PKing70@users.noreply.github.com> Date: Tue, 24 Mar 2020 00:27:04 -0700 Subject: [PATCH 3/3] Update CONTRIBUTING.md Fix links to contribution guidelines. --- CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8eff9fc..c6da4cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,11 +2,7 @@ ## 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