diff --git a/docs/contributing.md b/docs/contributing.md index fb9158231..49401576a 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -94,6 +94,7 @@ poetry run mkdocs serve -a localhost:8001 You can create an [issue](https://github.com/splunk/pytest-splunk-addon/issues) on GitHub. Please provide relevant details mentioned below: + - PSA-version, OS/Environment - Description of issue/bug - How to reproduce diff --git a/mkdocs.yml b/mkdocs.yml index 51c1516fe..ba391d310 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -73,4 +73,5 @@ nav: - AppTestGenerator: "api_reference/app_test_generator.md" - DataGenerator: "api_reference/sample_generation.md" - EventIngestor: "api_reference/event_ingestion.md" - - Troubleshooting: "troubleshoot.md" \ No newline at end of file + - Contributing: "contributing.md" + - Troubleshooting: "troubleshoot.md"