You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yea prs should generally contain that tag 👍, but not sure how to enforce that. Also probably not mandatory because people fixing small things might not have an associated issue 🤔
@seveibar ok but we can like create general pull request template that automatically pre-fills the PR description when someone creates a new pull request, we can create Issue Template.md file as well as pr template file for that.
example:
`## Description
Please provide a short summary of the changes in this pull request.
Checklist
My code follows the repository's style guidelines.
I have performed a self-review of my code.
I have added comments in my code where necessary.
I have updated the documentation, if needed.
I have added tests that prove my fix is effective or that my feature works.
New and existing unit tests pass locally with my changes.
Linked Issues
Resolves # (issue number)
Screenshots (if applicable)
Add screenshots to showcase the feature or bug fix.
`
Description
Fixes #issueNumber
The text was updated successfully, but these errors were encountered: