diff options
author | 2025-07-08 12:25:15 +0000 | |
---|---|---|
committer | 2025-07-08 12:25:15 +0000 | |
commit | 27078a5def00b1a5fc97a34a825cd96490be3ad2 (patch) | |
tree | 278fe850d6b44e3fea5f464b6441b8eb5b1bfdea | |
parent | Add comprehensive "Getting Help" documentation section (diff) |
Fix formatting issues in getting-help.md
-rw-r--r-- | docs/docs/getting-help.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docs/getting-help.md b/docs/docs/getting-help.md index 45c852e..a74edb7 100644 --- a/docs/docs/getting-help.md +++ b/docs/docs/getting-help.md @@ -79,7 +79,7 @@ Before asking for help, check these resources: ### Service Down or Unresponsive 1. **Immediate**: Check if it's a known incident (`#dev-oops` announcements) -2. **Investigate**: +2. **Investigate**: - Check Kubernetes pod status - Review application logs - Verify dependencies (database, external services) @@ -203,10 +203,10 @@ Before asking for help, check these resources: ## Contributing to This Guide -Found something unclear or have suggestions for improvement? +Found something unclear or have suggestions for improvement? - [Open an issue](https://github.com/python-discord/infra/issues/new) on the infra repository - Suggest changes via pull request - Bring it up in `#dev-oops` for discussion -Remember: Good documentation helps everyone work more effectively! :rocket:
\ No newline at end of file +Remember: Good documentation helps everyone work more effectively! :rocket: |