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

Implement rule enforcement to have an issue for each pull request #275

Open
13 tasks
frewilhelm opened this issue Oct 17, 2024 · 0 comments
Open
13 tasks
Labels

Comments

@frewilhelm
Copy link

Description

In yesterday's retro, we discussed that only pull requests that are linked to a corresponding issue should be merged.

However, it does not always make sense to create an issue for a small PR (e.g. to correct typos). We therefore need an opt-out option so that the rule is not enforced.

TODOs:

  • Implement a GHA that checks that an issue belongs to every PR
  • Block PR from merging, if they do not pass the check successfully
  • Add an exception to the implementation that recognises, for example, from the PR title or a PR label that it is the opt-out option.
  • ...

Done Criteria

  • ...
  • Code has been reviewed by other team members
  • Internal technical Documentation created/updated
  • New / changed code is documented
  • Analysis of existing tests (Unit and Integration)
  • Unit Tests created for new code or existing Unit Tests updated
  • Integration Test Suite updated (includes deletion of existing unnecessary Integration Test and/or creation of new ones if required)
  • Enduser Documentation updated (if applicable)
  • Successful demonstration in Review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 ToDo
Development

No branches or pull requests

1 participant