-
Notifications
You must be signed in to change notification settings - Fork 121
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
reset the counter after processed commits in branch #1058
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 2403637097
💛 - Coveralls |
@shanchenqi I'm not familiar with this part of the code, what is it for? |
Hi, @sduenas , Let me explain the bugs and my code. During the study |
The problem here is that some commits from one branch, for example from
while it should be:
This only happens when the Merging this PR will fix the problem, but items enriched with the wrong branch won't be updated. |
@shanchenqi The PR looks ok but can we improve the commit message? We usually follow some guidelines: https://github.com/chaoss/grimoirelab/blob/master/CONTRIBUTING.md#guidelines-to-follow-to-write-good-commit-messages We are also starting to include a changelog file with information about the PR for the release notes. You might need to install the package |
OK, @jjmerchante thanks for your help! I will follow the instructions in my next PR. |
Btw @shanchenqi , you don't need to create a new PR, you can just update this one ammending the commits and forcing an update of the branch. |
@shanchenqi you need not create a new PR, you can add the changelog & amend the commit message, and later you can force push to your branch. The following commands should help you
Please let us know if you need any help. Thanks for your efforts. |
7fb3d20
to
2cc7bc3
Compare
Excuse me, @vchrombie @jjmerchante there is still an error in my git commit changelog, could you help me transform it? |
698ac5a
to
9e0541e
Compare
Hi @shanchenqi, I still don't see the changelog entry. In case, if you are not familiar with the changelog entries, I'm adding a reference for you. You can use the interactive changelog tool for this purpose which generates the changelog entry file automatically. Please go through it and reach out in case you need any help. |
Signed-off-by: Chenqi Shan <[email protected]>
@vchrombie Thank you! I added the changelog entry and all checks have passed. |
@shanchenqi the PR looks good but I edited the changelog file and the commit message to include it. I was trying to push a commit to your branch but I don't have access to it. I can provide you the change or you can give me access to that branch. |
Hi,@sduenas, thanks for your help. Maybe Git does not have branch specific permissions. Would you mind creating a pull request to my branch? After I merged it, this PR will be updated auto. |
Hi @shanchenqi, you can update the permissions from the right side of this pull request: |
Hi, @jjmerchante @sduenas I have already set the permissions for this pull request, could you try to push a commit to my branch again? |
Signed-off-by: Chenqi Shan [email protected]