meta: git controls for text changelogs; github controls
authorPhil Pennock <pdp@exim.org>
Sun, 25 Feb 2018 07:51:22 +0000 (02:51 -0500)
committerPhil Pennock <pdp@exim.org>
Sun, 25 Feb 2018 07:51:22 +0000 (02:51 -0500)
commitb988b06146c5d16e0ca0ea86ffcf2d83938088ed
tree09e057c4eaca3ab3c1741a1c7475af5b1bbc7484
parente6532c4a78619d4ea45b6e95b738189eebf8859a
meta: git controls for text changelogs; github controls

For the ChangeLog and files like it, use `merge=union` to bring in
content from both sides instead of having conflicts block merges because
someone else added a feature.

For GitHub, provide some "templates" which really just point people in
the right direction, but if the repointing fails, at least reduces the
pain a little.
.gitattributes [new file with mode: 0644]
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]