-
Notifications
You must be signed in to change notification settings - Fork 81
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
Insert link to email into "contact us" phrases #675
Conversation
Hi @nathalier! Thanks for the PR. There are two things you need to do for us to be able to merge this (you will want to read to the bottom, even though this is quite long):
If there are conflicts between your work and what's been done in the main repo, after you do the rebase, you'll get merge conflicts that you need to fix. This workflow only works if you use topic branches. If you work directly on your local What I suggest: Start over. Save the changes you've made somewhere so you don't forget what you did. Then delete your |
Sorry for not following the workflow with precision, and thanks for spoon-feeding :) Please see new version of this pull request: #684 |
@nathalier Not really spoon-feeding. Dealing with Git is something that a lot of even quite experienced programmers have trouble with. I still get into a tangle sometimes. It's useful to gain some familiarity with good working practices on simple issues like this one where the code changes are small, so you can concentrate on what's going on with Git. Anyway, good work on the PR! Why don't you see if you can find a slightly more difficult issue to fix now? |
I think the first step there is to define exactly what behaviour is expected, then to write some tests that discriminate between correct and incorrect behaviour. By the time you've done that, you'll probably know pretty clearly how to fix it. If you do want to start on that issue, I'd suggest starting off by writing a clear comment on the issue describing exactly what behaviour should be seen under what circumstances. People can then argue about it a bit and you can refine that description until it's completely clear. Then you can write some tests. |
Proposed changes in this pull request
See "Contact us" should have emailto link #631
When should this PR be merged
Anytime
Risks
None
Follow up actions
Proceed with translation in Transifex