-
-
Notifications
You must be signed in to change notification settings - Fork 457
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
Improve Issue and Pull Request Templates #2705
Comments
@coderabbitai please carry out the tasks theoretically and indicate the possible adjustment |
Tip For best results, initiate chat on the files or code changes. @ReneWerner87, based on your request to improve the issue and pull request templates, here are some theoretical adjustments that could enhance them: Issue Template Improvements:
Example Issue Template: # Description
<!-- Please provide a clear and concise description of the issue. -->
# Steps to Reproduce
1. <!-- Step one -->
2. <!-- Step two -->
3. <!-- ... -->
# Expected Behavior
<!-- Describe what you expected to happen. -->
# Actual Behavior
<!-- Describe what actually happened. -->
# Environment
- **Fiber Version:** <!-- e.g., v2.42.0 -->
- **Go Version:** <!-- e.g., go1.17 -->
- **Operating System:** <!-- e.g., Windows 10 -->
# Screenshots / Logs
<!-- If applicable, add screenshots or paste log outputs here. -->
# Additional Context
<!-- Add any other context about the problem here. --> Pull Request Template Improvements:
Example Pull Request Template: # Description
<!-- Please include a summary of the changes and the motivation behind them. -->
# Related Issues
<!-- List any related issues (e.g., Fixes #123, Closes #456). -->
# Proposed Changes
- <!-- Detailed list of changes -->
- <!-- ... -->
# Checklist
- [ ] I have read the [Contributing Guidelines](CONTRIBUTING.md)
- [ ] I have updated the documentation where necessary.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] I have formatted my code using the project's code style guidelines.
- [ ] I have run the test suite and all tests pass. Possible Adjustments:
Implementing these enhancements should streamline the issue reporting and pull request submission process, making it easier for both contributors and maintainers to collaborate effectively. Let me know if you'd like to proceed with these adjustments or have any further suggestions! |
@coderabbitai consider also the contribution markdown with the tasks |
Tip For best results, initiate chat on the files or code changes. @ReneWerner87, thank you for bringing the Issue Template Enhancements:
Example Issue Template: # Description
<!-- Please provide a clear and concise description of the issue. -->
# Steps to Reproduce
1. <!-- Step one -->
2. <!-- Step two -->
3. <!-- ... -->
# Expected Behavior
<!-- Describe what you expected to happen. -->
# Actual Behavior
<!-- Describe what actually happened. -->
# Environment
- **Fiber Version:** <!-- e.g., v2.42.0 -->
- **Go Version:** <!-- e.g., go1.17 -->
- **Operating System:** <!-- e.g., Windows 10 -->
# Screenshots / Logs
<!-- If applicable, add screenshots or paste log outputs here. -->
# Contributing Checklist
- [ ] I have read the [Contributing Guidelines](https://github.com/gofiber/recipes/blob/master/.github/CONTRIBUTING.md).
- [ ] I have searched the [issues](https://github.com/gofiber/recipes/issues) and found no similar issues.
# Additional Context
<!-- Add any other context about the problem here. --> Pull Request Template Enhancements:
Example Pull Request Template: # Description
<!-- Please include a summary of the changes and the motivation behind them. -->
# Related Issues
<!-- List any related issues (e.g., Fixes #123, Closes #456). -->
# Proposed Changes
- <!-- Detailed list of changes -->
- <!-- ... -->
# Contribution Tasks
Please ensure you have completed the following tasks as outlined in the [Contributing Guidelines](https://github.com/gofiber/recipes/blob/master/.github/CONTRIBUTING.md):
1. **Created a Directory**: Added a new directory for your example in the root of the repository without a "fiber" prefix.
2. **Added a `README.md`**:
- Included Docusaurus metadata at the top:
```markdown
---
title: Your Example Title
keywords: [keyword1, keyword2]
---
```
- Provided detailed explanations, components used, and instructions.
3. **Updated the Overview**: Ran `make generate` in the root directory to update the table of contents.
# Checklist
- [ ] I have read the [Contributing Guidelines](https://github.com/gofiber/recipes/blob/master/.github/CONTRIBUTING.md).
- [ ] I have formatted my code according to the project's code style guidelines.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] I have updated the documentation where necessary.
- [ ] I have run the test suite and all tests pass. By incorporating the tasks from the Please let me know if you'd like any further adjustments or additions! 🔗 Analysis chain🏁 Scripts executedThe following scripts were executed for the analysis: Script:
Length of output: 69 Script:
Length of output: 1521 ✏️ Learnings added
|
Enhance issue and pull request templates based on the current structure that most examples have, including tasks needed for the expected format.
Related PR: #2703
Requested by: @ReneWerner87
The text was updated successfully, but these errors were encountered: