We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26067e7 commit 7d95b61Copy full SHA for 7d95b61
docs/contributing.md
@@ -94,6 +94,7 @@ poetry run mkdocs serve -a localhost:8001
94
95
You can create an [issue](https://github.com/splunk/pytest-splunk-addon/issues) on GitHub.
96
Please provide relevant details mentioned below:
97
+
98
- PSA-version, OS/Environment
99
- Description of issue/bug
100
- How to reproduce
mkdocs.yml
@@ -73,4 +73,5 @@ nav:
73
- AppTestGenerator: "api_reference/app_test_generator.md"
74
- DataGenerator: "api_reference/sample_generation.md"
75
- EventIngestor: "api_reference/event_ingestion.md"
76
- - Troubleshooting: "troubleshoot.md"
+ - Contributing: "contributing.md"
77
+ - Troubleshooting: "troubleshoot.md"
0 commit comments