Skip to content
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

New PR template #1248

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

New PR template #1248

wants to merge 3 commits into from

Conversation

thePeras
Copy link
Member

Closes #997

Let's open the debate!!

Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16%. Comparing base (94410bf) to head (d2a488c).
Report is 97 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #1248    +/-   ##
========================================
- Coverage       17%     16%    -0%     
========================================
  Files          229     229            
  Lines         6961    7161   +200     
========================================
- Hits          1154    1139    -15     
- Misses        5807    6022   +215     

@thePeras thePeras requested a review from a team June 24, 2024 21:57
.github/pull_request_template.md Outdated Show resolved Hide resolved
.github/pull_request_template.md Outdated Show resolved Hide resolved

## Documentation

- [ ] Properly adds an entry in `changelog.md` with the change
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is currently not used, I'm not sure we should keep it...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not used indeed. It could be automated by an action. That's a discussing

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless we force everyone to use Conventional Commits and therefore we can use Conventional Changelogs there's no real way to automate this in a good enough way.

I think that just appending the PR name/link to the CHANGELOG is not good enough.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the commits are too overwhelming

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the advantage of conventional commits: you can, for example, exclude chore: commits from the changelog or even exclude fix: commits, and it makes the changelog more readable. The bad thing about conventional commits is that you need to enforce it on every developer to work properly.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to force changesets before merging?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changesets seems to be more annoying for the devs. The @LuisDuarte1 approach seems more automatic, but yes, requires forcing a rule

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LuisDuarte1 yes, the action can force a PR to have a changeset

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And like @LuisDuarte1 said, Conventional Commits can be used but, in my experience with trying to get other people to use conventional commits, they are not trivial to start using...

Another aspect is that I think Conventional Commits are more tailored to technical projects with more technical changelogs, whereas changesets are more tailored for user-facing projects.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ultimately, in my opinion, this comes down to whether we want to make it easy for developers and generate mid-quality changelogs, possibly having to tweak them a little bit, or whether we want to make it slightly harder for developers and generate high-quality changelogs that don't require tweaking.

# Review Checklist

- [ ] Writes a summary in `whatsnew/whatsnew-pt-PT` of the new changes
- [ ] Terms and conditions reflect the changes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terms and conditions should be updated on every PR, if necessary. The reason is the app will be used by beta testers, which are also subject to the terms and conditions of uni.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it can be a little annoying and pushing the responsibility to the person who made the release and its reviews, will allow taking a preoccupation from each PR

@thePeras
Copy link
Member Author

thePeras commented Oct 2, 2024

UI/UX Test with diferent text zoom levels

@thePeras
Copy link
Member Author

thePeras commented Oct 2, 2024

Add something responsive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review github PR checklist
3 participants