-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Revise contributing guidelines and fix PR template link to feature requests board #5195
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
Conversation
|
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 revises the contributing guidelines and fixes a broken link to the feature requests board in the PR template. The changes improve clarity around the contribution process and ensure proper navigation to project resources.
- Restructured contributing guidelines to better organize bug fix vs feature contribution workflows
- Fixed broken markdown link in PR template to use plain URL format
- Updated language consistency between documents regarding the feature requests discussions board
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
CONTRIBUTING.md | Reorganized contribution guidelines with clearer separation between bug fixes and feature requests |
.github/pull_request_template.md | Fixed broken markdown link and updated terminology for consistency |
@@ -2,14 +2,14 @@ | |||
Thank you for contributing to Cline! | |||
|
|||
⚠️ Important: Before submitting this PR, please ensure you have: | |||
- For feature requests: Created a discussion in our [Feature Requests board](https://github.com/cline/cline/discussions/categories/feature-requests) and received approval from core maintainers before implementation | |||
- For feature requests: Created a discussion in our Feature Requests discussions board https://github.com/cline/cline/discussions/categories/feature-requests and received approval from core maintainers before implementation |
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.
The URL should be properly formatted as a markdown link for better readability and maintainability. Consider using: [Feature Requests discussions board](https://github.com/cline/cline/discussions/categories/feature-requests)
- For feature requests: Created a discussion in our Feature Requests discussions board https://github.com/cline/cline/discussions/categories/feature-requests and received approval from core maintainers before implementation | |
- For feature requests: Created a discussion in our [Feature Requests discussions board](https://github.com/cline/cline/discussions/categories/feature-requests) and received approval from core maintainers before implementation |
Copilot uses AI. Check for mistakes.
Coverage ReportExtension CoverageBase branch: 46% PR branch: 47% ✅ Coverage increased or remained the same Webview CoverageBase branch: 17% PR branch: 17% ✅ Coverage increased or remained the same Overall Assessment✅ Test coverage has been maintained or improved Last updated: 2025-07-26T19:50:34.908152 |
…quests board (cline#5195) * Revise contributing guidelines and fix PR template link to feature requests board * Fix wording
Important
Revises contributing guidelines and updates PR template to direct contributors to the Feature Requests board for feature discussions.
.github/pull_request_template.md
.CONTRIBUTING.md
to direct contributors to check the Feature Requests board before proposing new features.This description was created by
for 58ba9a6. You can customize this summary. It will automatically update as commits are pushed.