Thank you for your interest in contributing to our repository! Whether it's a bug report, new feature, or question, we greatly value feedback and contributions from our community. Read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.
In addition to this document, review our Code of Conduct. For any code of conduct questions or comments, send an email to [email protected].
We welcome you to use the GitHub issue tracker to report bugs or suggest features. When filing an issue, check existing open, or recently closed, issues to make sure somebody else hasn't already reported the issue. Try to include as much information as you can. Details like these can be useful:
- A reproducible test case or series of steps
- The version of our code being used
- Any modifications you've made relevant to the bug
- Anything unusual about your environment or deployment
- Any known workarounds
When filing an issue, do NOT include:
- Internal identifiers such as Jira tickets
- Any sensitive information related to your environment, users, etc.
See SECURITY.md for instructions.
The Splunk Observability documentation is hosted on the Splunk Observability Cloud docs site, which contains all the prescriptive guidance for Splunk Observability products. Prescriptive guidance consists of step-by-step instructions, conceptual material, and decision support for customers. Reference documentation and development documentation is still hosted on this repository.
To contribute documentation for this project, open a pull request in the public-o11y-docs repository. See the CONTRIBUTING.md guide of the Splunk Observability Cloud documentation for more information.
Contributions via Pull Requests (PRs) are much appreciated. Before sending us a pull request, make sure that:
- You are working against the latest source on the
main
branch. - You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
- You open an issue to discuss any significant work - we would hate for your time to be wasted.
- You submit PRs that are easy to review and ideally less 500 lines of code. Multiple PRs can be submitted for larger contributions.
To send us a pull request:
- Fork the repository.
- Modify the source; a single change per PR is recommended. If you also reformat all the code, it will be hard for us to focus on your change.
- Ensure local tests pass and add new tests related to the contribution.
- Commit to your fork using clear commit messages.
- Send us a pull request, answering any default questions in the pull request interface.
- Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
GitHub provides additional documentation on forking a repository and creating a pull request.
Looking at the existing issues is a great way to find something to contribute on. As our repositories, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any 'help wanted' issues is a great place to start.
npm install
npm run compile
2 nightwatch configurations are present in this repository:
- local Selenium-based, non-parallel, multi-browser
- remote browserstack-based, Selenium-based, semi-parallel (BrowserStack provides parallelization), multi-browser
To explore all options see package.json
. The easiest way to start is with npm run test:integration:local
(you need Google Chrome for this).
- Copy
.env.example
as.env
- Fill in
BROWSERSTACK_USER
andBROWSERSTACK_KEY
npm run test:integration
Some of the features, we're testing for, require safe context, which means that http://localhost
is not sufficient for these features to be enabled, and HTTPS is required. For your convenience dummy self-signed certs are provided out of the box and Selenium is configured to disable SSL verification.
By running BrowserStack-based tests you are exposing your local network to the test runner. Please see integration-tests/utils/browserstack.runner.js
for more details.
Requires the code below to be run once, to enable running integration tests in Safari locally.
$ /usr/bin/safaridriver --enable
See the LICENSE file for our repository's licensing. We will ask you to confirm the licensing of your contribution.
Before contributing, you must sign the Splunk Contributor License Agreement (CLA).