-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Pull Request Template File #2
base: master
Are you sure you want to change the base?
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.
I like this first template. I think it would be nice to also have a scrip section to checkout bigger pull requests. I think changelogs are really important too but maybe not in the case of creating/editing documents. What do you think? Or maybe we should setup different templates regarding the type of content that is being reviewed?
As long as we don't need to build a project, I feel it's a bit overkilled. |
@romsi I agree. However, I still believe that at least having checkout scripts inside PR is great. I truly believe that even for documentation only, having it makes it easier for new contributors and would push them to contribute more easily. Imagine that you find a new GitHub project that looks really interesting to you. You take a look at the project, find that an important information is missing and think it would be nice to add it to the README. You go to the pull requests and see one that treats the matter you would like to contribute to. You go to the pull request and find out that there is a script for you to checkout easily and right away that project you have never worked on before! I feel like this is important in the way that everything is here to make you want to contribute, having scripts can avoid to make excuses up for not contributing to the project. Everything is made easy for you. To me having scripts inside a PR is like having a |
We should also discuss the format of PR titles. But again, maybe this should be done in a CONTRIBUTING file. In that case, I will create one as soon as I find time and create a pull request for it. |
I wanted to add another comment also just to say that I really like the use of emojis that quickly give a visual context of the content. π π |
@damienfraud I believe that ci tools should do it. CI tools must ensure that what has been done didn't break anything. During code review we should do only: |
We should wait for approval nshift/github-guidelines#3 and then update the pull request template. |
Goals β½
Enforcing standardisation, reducing missing information for reviewers and encourage high-quality pull requests.
Inspiration π‘