-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
QA: Commit messages #86
Comments
Proposal to improve the efficiency of development on oh-my-bash project Fixes: ohmybash#89 Fixes: ohmybash#88 Fixes: ohmybash#86 Partially Fixes: ohmybash#85 Partially Fixes: ohmybash#83 Signed-off-by: Jacob Hrbek <[email protected]>
Hi @Kreyren, I do agree that we should standardize commit messages. So here is my very first proposal for this. Below is our repository structure: oh-my-bash.sh
*.md / LICENSE / .github
aliases / plugins / completions / themes
custom
lib / templates
tools/install.sh | tools/uninstall.sh
tools/upgrade.sh | tools/check_for_upgrade.sh
tools
Please help me correct or let me know what's your thoughts regards this :) Cheers, |
@nntoan I like this proposal :) |
Assigned P1 since this is maintainance issue which should be investigated with P1 |
Currently we have 63 commits it might be worth it to fix the commit messages under P5 according to this issue. |
@rpotter12 Thanks :) So if you guys all agree with this proposal, then I think it should be documented somewhere (best place is Wiki), linked it into the Cheers, cc @Kreyren |
Recommends using just link to CONTRIBUTING.md on wiki |
i don't agree with this the commit message should only have summery and references on relevant issues/pull requests should be under it alike `aliases: Fixes a b c d DESCRIPTION Fixes: #123456132 Signature (optional)
|
Standardize commit messages so that searching in commit history is easier.
Referencing: https://github.com/wine-mirror/wine/commits/master
The text was updated successfully, but these errors were encountered: