Changes between Version 80 and Version 81 of DevWikiComitGuidelines
- Timestamp:
- 02/19/22 15:07:54 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DevWikiComitGuidelines
v80 v81 46 46 For small changes where there is no ticket and there is a pull request or patch, reference to these e.g. github/gitlab/gitea pull request link is sufficient 47 47 3. If you are given a patch or pull request from a community person, note their name in both the commit log entry and NEWS file. 48 4. To close a ticket or pull request you can add to your commit log Closes #[xyz] where xyx is the trac ticket, or Closes [link to pull request]. Our trac system has a hook to automatically close these on trac and our git mirrors. * DO NOT USE THE MERGE BUTTON* on pull requests.48 4. To close a ticket or pull request you can add to your commit log Closes #[xyz] where xyx is the trac ticket, or Closes [link to pull request]. Our trac system has a hook to automatically close these on trac and our git mirrors. **DO NOT USE THE MERGE BUTTON** on pull requests. 49 49 Do instead to merge changes into your local git and then push to our primary repo. This can be done using git merge or using the git patch link of the pull request (on all systems it's the git pull url with .patch or .diff at the end) and applying the patch. 50 50