-
Notifications
You must be signed in to change notification settings - Fork 224
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
reports/example.md: Update GSoC report template #631
Conversation
reports/example.md
Outdated
- GitHub: | ||
- username: <github username> | ||
- link: https://github.com/<github username> | ||
- gitlab: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gitlab
--> GitLab
, gitter
--> Gitter
, hackerrank
--> HackerRank
, openhub
--> OpenHub
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, done!
reports/example.md
Outdated
tarball: <tarball of patches' link> | ||
tarball_hash: <shasum of tarball> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it has become named sha256sum:
reports/example.md
Outdated
- repo: <repo name> | ||
- link: <link> | ||
- details: > | ||
- <number>: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do a few example entries.
and the link should include a hash which is only 8 long.
https://github.com/coala/cEPs/commit/e9f75878
not
https://github.com/coala/cEPs/commit/e9f7587856e1c236d37e96f54a0cb4d72069776d
to avoid line length errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice idea! Done!
cfb65ac
to
1a004fa
Compare
1a004fa
to
39bed4b
Compare
Travis tests have failedHey @RJ722, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove ---
and run YAMLlintbear
to detect and fix yaml lint errors.
reports/example.md
Outdated
@@ -8,36 +8,46 @@ organisation: coala | |||
organisation_link : https://coala.io |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no space before :
. YAMLlintbear will complain about that.
reports/example.md
Outdated
- username: <hackerrank username> | ||
- link: https://hackerrank.com/<hackerrank username> | ||
- GitHub: | ||
- username: <github username> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be 6 spaces before - username
, not 4. Otherwise, YAMLlintbear will complain.
See https://docs.saltstack.com/en/latest/topics/troubleshooting/yaml_idiosyncrasies.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, that is super weird. :P
reports/example.md
Outdated
- link: <link> | ||
- details: > | ||
- 1: | ||
- repo: cEPs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
reports/example.md
Outdated
- Phase 1 : <phase1 milsetone link> | ||
- Phase 2 : <phase2 milsetone link> | ||
- Phase 3 : <phase3 milsetone link> | ||
- Bonding : <bonding milstone link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
milstone
was a typo, and you copied that without detecting typo ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, it's beyond me how you guys can actually figure out a typo in the whole english mess. ':D
Your commit message doesn't include the issue link |
39bed4b
to
d339460
Compare
Oops, updating it. Thanks for the review @li-boxuan :-) |
d339460
to
a4f0b1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a redundant :
in your commit message - Closes:
should be Closes
reports/example.md
Outdated
- Bonding : <bonding milestone link> | ||
- Phase 1 : <phase1 milsetone link> | ||
- Phase 2 : <phase2 milsetone link> | ||
- Phase 3 : <phase3 milsetone link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
milsetone
together with above two is also a typo :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holy smokes!
I don't know why, but I have always used the |
a4f0b1e
to
9704c4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I would suggest sticking to https://api.coala.io/en/latest/Developers/Writing_Good_Commits.html, but it's your choice. |
The colon is wrong, and should not be used, but this is too critical to wait |
ack 9704c4c |
@gitmate-bot ff |
Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently |
Automated fastforward failed! Please fastforward your pull request manually via the command line. Reason:
|
9704c4c
to
de8a03e
Compare
Also wasnt rebased, so I've fixed the commit message |
Travis tests have failedHey @RJ722, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
|
@gitmate-bot ff |
Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently |
Automated fastforward failed! Please fastforward your pull request manually via the command line. Reason:
|
de8a03e
to
55cc793
Compare
@gitmate-bot ff |
Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently |
Automated fastforward with GitMate.io was successful! 🎉 |
Hey @RJ722, TravisCI finished with status |
Following changes have been made to the GSoC report template:
report_year
tarball_hash
Closes: #615