This commit is contained in:
Artin 2024-09-20 09:46:08 +08:00 committed by GitHub
commit 7816ebc7da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,21 +1,72 @@
### Prerequisites
## Prerequisites
- [ ] I have read and understood the [contributing guide][CONTRIBUTING.md].
- [ ] The commit message follows the [conventional commits][cc] guidelines.
- [ ] Tests for the changes have been added (for bug fixes / features).
- [ ] Docs have been added/updated (for bug fixes / features).
- [ ] I have read and understood the [Contributing Guide][contributing].
- [ ] My commit messages follow the [Conventional Commits][cc] guidelines and our [commitlint rules and standards][commitlint].
- [ ] Relevant tests have been added or updated (for bug fixes or features).
- [ ] Documentations have been added or updated (for bug fixes or features).
### Description
## Description
<!---
<!--
Tips:
**Description of Changes:**
If you're not comfortable with working with Git,
we're working a guide (https://ohmyposh.dev/docs/contributing/git) to help you out.
Oh My Posh advises GitKraken (https://www.gitkraken.com/invite/nQmDPR9D) as your preferred cross platform Git GUI power tool.
Please provide a clear and concise description of the changes introduced by this pull request. You should explain the following:
1. **Summary:** Briefly describe the main change or addition in this PR. What is the overall purpose of your changes?
2. **Problem:** Specify the issue or problem this PR addresses. Include any relevant context or background to explain why this change is necessary.
3. **Solution:** Explain how your changes resolve the issue or add the new feature. Provide key implementation details to clarify how the solution works.
4. **Impact:** Note any potential impacts or side effects of your changes. Mention if additional testing is needed or if there are any known limitations.
5. **Issue Closure:** Indicate which issues this PR resolves or closes.
**Example:**
"This PR introduces a new feature for X by implementing Y that will optimize the query logic, which reduces execution time and prevents the error. This change addresses the issue reported in #123.
Closes #123"
Please ensure that each section is thoroughly explained to assist reviewers in understanding your changes.
-->
[CONTRIBUTING.md]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/CONTRIBUTING.md
---
<br>
<br>
<br>
<!-- _Description of your changes:_ -->
<br>
<br>
<br>
<br>
---
### Helpful Resources
- **[Getting Started Guide][started-guide]:** For first-time contributors, this guide will help you get acquainted with the project.
- **[Oh My Posh Git Guide][git-guide]:** For understanding Git practices and commands.
- **[Discussions Page][discussions]:** Join project discussions and ask questions.
- **[GitKraken Guide][gitkraken]:** Recommended tool for managing Git repositories.
<!-- - **[Code Structure Guide][code-structure]:** Understand the overall organization of our codebase. -->
- **[Community Standard][community]:** Engage with the community and understand our community standards.
- **[Contributing Guide][contributing]:** Read and understand our guidelines for contributing.
- **[GitHubs Pull Request Review Guide][gh-pr-review]:** Additional guidance on the review process.
<!-- - **[Pitfalls to Avoid][pitfalls]:** Common mistakes to watch out for when contributing. -->
[contributing]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/CONTRIBUTING.md
[cc]: https://www.conventionalcommits.org/en/v1.0.0/#summary
[commitlint]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/.commitlintrc.yml
[started-guide]: https://ohmyposh.dev/docs/contributing/started
[git-guide]: https://ohmyposh.dev/docs/contributing/git
[discussions]: https://github.com/JanDeDobbeleer/oh-my-posh/discussions
[gitkraken]: https://www.gitkraken.com/invite/nQmDPR9D
[community]: https://github.com/JanDeDobbeleer/oh-my-posh/community
[gh-pr-review]: https://help.github.com/en/articles/about-pull-request-reviews