-
Notifications
You must be signed in to change notification settings - Fork 5
49 added templates #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
49 added templates #51
Conversation
Added isue templates one for bug reporting one for feature request. They can be selected during the create issue process. Also added pull request template to formalize the pull requests.
All contributors have signed the CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds issue and pull request templates along with an updated contributing guideline to align with the latest Silabs standards.
- Introduced feature request and bug report issue templates.
- Added a pull request template for standardized submissions.
- Revised CONTRIBUTING.md with updated guidelines and Git setup instructions.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
.github/ISSUE_TEMPLATE/feature_request.md | New template for feature requests. |
.github/ISSUE_TEMPLATE/bug_report.md | New template for bug reports. |
.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md | New template for pull requests. |
.github/CONTRIBUTING.md | Updated guidelines to reflect current Silabs standards. |
|
||
Read the Silicon Labs [coding guidelines](https://github.com/SiliconLabsSoftware/agreements-and-guidelines/blob/main/coding_standard.md). | ||
## Git Setup | ||
We need to know who you are, and how to contact you. Please ass the following information to your Git installation: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: 'ass' should be corrected to 'add' in the instruction sentence.
We need to know who you are, and how to contact you. Please ass the following information to your Git installation: | |
We need to know who you are, and how to contact you. Please add the following information to your Git installation: |
Copilot uses AI. Check for mistakes.
|
||
The repository requires signed off commits. Follow this [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) how to set it up. | ||
1. Generate a gpg key [howto](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key) | ||
2. Configure your local repository with the gpg key. [guide]whttps://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: Remove the extraneous 'w' before the URL to properly format the guide link.
2. Configure your local repository with the gpg key. [guide]whttps://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key) | |
2. Configure your local repository with the gpg key. [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key) |
Copilot uses AI. Check for mistakes.
I have read the CLA Document and I hereby sign the CLA behalf on myself, e-mail: [email protected] |
Added isue templates one for bug reporting one for feature request. They can be selected during the create issue process. Also added pull request template to formalize the pull requests.
Also update Contribution guideline so it will be up to dated with the latest Silabs standard.