Skip to content

Commit d02403f

Browse files
committed
Updates
1 parent 07b5bf5 commit d02403f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ If you're seeing some unexpected behavior with this project, please create an [i
1010

1111
1. Version of this project you're using (ex: 1.5.0)
1212
2. Platform version (ex: Windows Server 2012 R2)
13-
3. Framework version (ex: Python 2.7.9)
14-
4. Splunk version (ex: 6.3.0)
15-
5. Other relevant information (ex: local/remote environment, Splunk network configuration)
13+
3. Framework version (ex: Python 3.7)
14+
4. Splunk Enterprise version (ex: 8.0)
15+
5. Other relevant information (ex: local/remote environment, Splunk network configuration, standalone or distributed deployment, are load balancers used)
1616

1717
Alternatively, if you have a Splunk question please ask on [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
1818

@@ -23,13 +23,13 @@ We love to see pull requests!
2323
To create a pull request:
2424

2525
1. Fill out the [Individual Contributor Agreement](https://www.splunk.com/en_us/form/contributions.html).
26-
1. Fork the [repository](https://github.com/splunk/splunk-sdk-python).
27-
1. Make changes to the **develop** branch, preferably with tests.
28-
1. Create a [pull request](https://github.com/splunk/splunk-sdk-python/pulls) against the **develop** branch.
26+
2. Fork the [repository](https://github.com/splunk/splunk-sdk-python).
27+
3. Make changes to the **develop** branch, preferably with tests.
28+
4. Create a [pull request](https://github.com/splunk/splunk-sdk-python/pulls) against the **develop** branch.
2929

3030
## Contact us
3131

32-
Contact [Support](https://www.splunk.com/en_us/support-and-services.html) if you have questions.
32+
If you have a paid Splunk Enterprise or Splunk Cloud license, you can contact [Support](https://www.splunk.com/en_us/support-and-services.html) with questions.
3333

3434
You can reach the Splunk Developer Platform team at _[email protected]_.
3535

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ The Splunk Enterprise SDK for Python contains library code and examples that sho
2424

2525
Here's what you need to get going with the Splunk Enterprise SDK for Python.
2626

27-
* Python 2.7+ and Python 3.
27+
* Python 2.7+ or Python 3.7.
2828

29-
The Splunk Enterprise SDK for Python has been tested with Python v2.7 and v3.5.
29+
The Splunk Enterprise SDK for Python has been tested with Python v2.7 and v3.7.
3030

3131
* Splunk Enterprise
3232

0 commit comments

Comments
 (0)