-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update contributing guidelines to reflect latest assumptions #506
Labels
📜 Documentation
Improvements or additions to documentation
Milestone
Comments
placek
added a commit
that referenced
this issue
Mar 20, 2024
The changes made include updating the CONTRIBUTING.md document to include moving the ticket to the 'in review' status when the PR is ready for review, changing the state of the PR from draft to actual PR, addressing all change requests before merging the branch into `develop`, and automating the deployment process to the test and staging environments. These modifications aim to streamline the development workflow by ensuring that tickets, PRs, and branches are managed efficiently during the development and review phases.
placek
added a commit
that referenced
this issue
Mar 21, 2024
The changes made include updating the CONTRIBUTING.md document to include moving the ticket to the 'in review' status when the PR is ready for review, changing the state of the PR from draft to actual PR, addressing all change requests before merging the branch into `develop`, and automating the deployment process to the test and staging environments. These modifications aim to streamline the development workflow by ensuring that tickets, PRs, and branches are managed efficiently during the development and review phases.
placek
added a commit
that referenced
this issue
Mar 25, 2024
The changes made include updating the CONTRIBUTING.md document to include moving the ticket to the 'in review' status when the PR is ready for review, changing the state of the PR from draft to actual PR, addressing all change requests before merging the branch into `develop`, and automating the deployment process to the test and staging environments. These modifications aim to streamline the development workflow by ensuring that tickets, PRs, and branches are managed efficiently during the development and review phases.
placek
added a commit
that referenced
this issue
Mar 25, 2024
…ng-guidelines-to-reflect-latest-assumptions [#506] Update contributing guidelines to reflect latest assumptions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a contributor to the project,
I want the contributing guidelines to be up-to-date with latest assumptions.
Summary:
The task entails updating the project's contributing
guidelines to reflect the latest assumptions.
This includes advising contributors to use proper merges instead of rebase and merge to facilitate cherry picking of features when necessary, despite it potentially impacting the readability of the git history.
Moreover, the guidelines should incorporate instructions on utilizing an "In Review" column.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: