Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#550)
Browse files Browse the repository at this point in the history
Add guidance on handling of samples
  • Loading branch information
mkarlstrand-splunk authored and GitHub committed Jul 6, 2020
1 parent 9ebcf85 commit df510ba
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

When contributing to this repository, please first discuss the change you wish to make via a GitHub issue or Slack message with the owners of this repository.

##Data Safety

Splunk Connect for Syslog is a community built and maintained product. Anyone with internet access can get a Splunk GitHub account and participate. Just as with any publicly available repository, care must be taken to never share private data via Issues, Pull Requests or any other mechanisms. Any data that is shared in the Splunk Connect for Syslog GitHub repository is available to the entire Community without limits. No members of the Community or their employers (including Splunk) can be held responsible for any damages resulting from the sharing of private data via the Splunk GitHub.

Any data samples shared in the Splunk GitHub repository must be free of private data.
* Working locally, identify potentially sensitive field values in data samples (Public IP address, Public URL, Hostname, Etc.)
* Replace all potentially sensitive field values with synthetic values
* Manually review data samples to re-confirm they are free of private data before sharing in the Splunk GitHub

##Setup Development Environment

For a basic development environment docker and a bash shell is all you need. For a more complete IDE experience see our wiki (Setup PyCharm)[https://github.com/splunk/splunk-connect-for-syslog/wiki/SC4S-Development-Setup-Using-PyCharm]
Expand Down Expand Up @@ -79,4 +88,4 @@ We could always use improvements to our documentation! Anyone can contribute to
* More complementary documentation. Have you perhaps found something unclear?
* More examples or generic templates that others can use.
* Blog posts, articles and such – they’re all very appreciated.
* You can also edit documentation files directly in the GitHub web interface, without creating a local copy. This can be convenient for small typos or grammar fixes.
* You can also edit documentation files directly in the GitHub web interface, without creating a local copy. This can be convenient for small typos or grammar fixes.

0 comments on commit df510ba

Please sign in to comment.