diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-07 14:12:11 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-07 14:12:11 +0200 |
commit | e2294b61e15781ca784a611e8ca7dabe132ebc6d (patch) | |
tree | c2a8cc44582534f52a76b1b8e64e6f83ffa501da /CVS/Template | |
download | ksh-e2294b61e15781ca784a611e8ca7dabe132ebc6d.tar.gz |
First commit (NetBSD 9.1)
Diffstat (limited to 'CVS/Template')
-rw-r--r-- | CVS/Template | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CVS/Template b/CVS/Template new file mode 100644 index 0000000..07e5af9 --- /dev/null +++ b/CVS/Template @@ -0,0 +1,16 @@ +CVS: ---------------------------------------------------------------------- +CVS: CVSROOT cvs.NetBSD.org:/cvsroot +CVS: please use "PR category/123" to have the commitmsg appended to PR 123 +CVS: +CVS: Please evaluate your changes and consider the following. +CVS: Abort checkin if you answer no. +CVS: => For all changes: +CVS: Do the changed files compile? +CVS: Has the change been tested? +CVS: => If you are not completely familiar with the changed components: +CVS: Has the change been posted for review? +CVS: Have you allowed enough time for feedback? +CVS: => If the change is major: +CVS: => If the change adds files to, or removes files from $DESTDIR: +CVS: => If you are changing a library or kernel interface: +CVS: Have you successfully run "./build.sh release"? |