drewmarshallboisestate / CS471WorkflowsHomeworkAssignment

0 stars 0 forks source link

Task 6 squash preferred project workflow #9

Closed drewmarshallboisestate closed 1 year ago

drewmarshallboisestate commented 1 year ago

Closes #6

TBD_Add_Additional_PR_Details_or_Delete

scrumlinter[bot] commented 1 year ago

:thumbsup: Pull Request Description

:thumbsup: This pull request is referencing #6*

* the assumption is that #6 is a valid task or bug, but this is not currently checked by the ScrumLinter [bot]


:thumbsup: Pull Request Commits

Commit number Commit sha Message Feedback / Comments
1 fca5cba [task_6_squash_preferred_project_workflow] First partial commit for task six (without traceability between commit and task) :thumbsup:
2 46e650d [task_6_squash_preferred_project_workflow] Second partial commit for task six (without traceability between commit and task) :thumbsup:
3 f78eec9 [task_6_squash_preferred_project_workflow] This is the preferred workflow: :thumbsup:
4 6135dc1 [task_6_squash_preferred_project_workflow] No traceability to the commits in the branch... :thumbsup:
5 8caa94f [task_6_squash_preferred_project_workflow] ...but clear traceability for the squashed commit... :thumbsup:
6 d14177f [task_6_squash_preferred_project_workflow] ...to the task and PR during integration. :thumbsup:
7 7512203 [task_6_squash_preferred_project_workflow] Last partial commit for task six (without traceability between commit and task) :thumbsup:

:bulb: HINT: during squashing, use the commit message:

Closes #6 (#9)

Delete the extended description of the squashed commit.


FAQ **Q: What type of data is analyzed by the [ScrumLinter [bot]](https://github.com/apps/scrumlinter)?** - The pull request description is verified to contain a link to an issue, but the issue is not checked if it's a valid task or bug - The pull request commits are analyzed to ensure they do not contain any traceability - The pull request `base` branch is verified to be `master` or `main` - When integrating the changes from pull request using squashing: - the commit message of the squashed commit is checked to ensure it contains two links: one to an issue (which may be a task or a bug) and one to the pull request - the extended description of the squashed commit is checked to ensure it is empty (i.e., it does not list the individual commits that are in the pull request) In other words, the [ScrumLinter [bot]](https://github.com/apps/scrumlinter) provides feedback about following the [preferred workflow](https://www.youtube.com/watch?v=pLaUMxi8l_0&list=PLCZRPp6GneWsM2XDQSStrW9SYNIUGqv5Z&index=1). **Q: What type of data is NOT analyzed by the [ScrumLinter [bot]](https://github.com/apps/scrumlinter)?** All the data that is currently analyzed by the Scrum Linter report (linked in the `README.md` file), such as: - Product Backlog - Sprint Backlog - user stories - validity of tasks and bugs - milestones - etc. is not analyzed by the [ScrumLinter [bot]](https://github.com/apps/scrumlinter). **Q: What type of events trigger the [ScrumLinter [bot]](https://github.com/apps/scrumlinter) to generate a new comment in the pull request containing feedback?** - a new pull request is created - the description of an existing pull request is edited - commits are pushed to a branch where a pull request is still open
Beta Disclaimer [ScrumLinter [bot]](https://github.com/apps/scrumlinter) `v1.17.0` (see [Semantic Versioning](https://semver.org/)) is an experimental [GitHub Application](https://developer.github.com/apps/) that attempts to provide feedback regarding following the Scrum process augmented with software engineering best practices. This bot is still in **BETA**, and if you think the feedback provided is inaccurate please submit a bug report (i.e., email the instructor) and you can get extra credit.
#### Debug Information ``` github_event = pull_request payload_action = opened request_number = 2786 ```