From e8eac83eca0f4753863f6d2fdd6203a8645e330c Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Thu, 1 Feb 2024 16:35:04 -0800 Subject: [PATCH] delete wrong header --- docs/onboarding-guide/docs-tools-and-processes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/onboarding-guide/docs-tools-and-processes.md b/docs/onboarding-guide/docs-tools-and-processes.md index 659f41d4e..cd5fe30d1 100644 --- a/docs/onboarding-guide/docs-tools-and-processes.md +++ b/docs/onboarding-guide/docs-tools-and-processes.md @@ -27,7 +27,6 @@ flowchart LR ## Create a docs Pull Request (PR) Contributing to open source involves actively participating in a project by proposing changes such as code enhancements, test modifications, documentation updates, or addressing minor issues like typos and broken links. This section will guide you through creating and submitting a pull request. -### Opening a Docs' PR - A Docs’ PR should solve one documentation problem. - Remember to first open a docs issue before creating a PR if there is no current issue for the docs task you want to accomplish. - Use the [conventional commit style](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md#conventional-commits) when creating PRs. Always create a docs issue or PR with the `docs:` prefix in the title.