-
Notifications
You must be signed in to change notification settings - Fork 32
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
Create pull_request_template.md #125
Conversation
Reviewer's Guide by SourceryThis pull request adds a new file named 'pull_request_template.md' in the '.github' directory. The file contains a template for pull requests, which includes a checklist of items for contributors to verify before submitting their pull requests. The template covers general guidelines, code-related checks, and documentation updates. File-Level Changes
Tips
|
Coverage Report
|
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.
Hey @ryansurf - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟡 Documentation: 1 issue found
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.
@@ -0,0 +1,15 @@ | |||
General: | |||
|
|||
* [ ] Have you followed the guidelines in our [Contributing](https://github.com/ryansurf/cli-surf/blob/main/CONTRIBUTING.md) document? |
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.
suggestion (documentation): Consider using an absolute URL for the Contributing document link
While the relative link works within GitHub, an absolute URL ensures the link is functional in all contexts.
#124
Summary by Sourcery
Add a pull request template to guide contributors in following project guidelines, ensuring code quality, and updating documentation and tests as necessary.
New Features: