From 509e9af70969ad92f910f02d46f283a9a748a7e5 Mon Sep 17 00:00:00 2001 From: Andrew Annex Date: Tue, 4 Aug 2020 15:00:12 +0000 Subject: [PATCH] add authors checklist item to pr template action item from last ISIS_TC meeting https://github.com/USGS-Astrogeology/ISIS_TC/blob/master/meetings/2020-07-14.md adds a step to the pr template for the author to make sure they add themselves to the authors.rst file --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c9ce01f66c..0a3bc69d37 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -36,6 +36,7 @@ - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. +- [ ] I have added myself to the [AUTHORS.rst](https://github.com/USGS-Astrogeology/ISIS3/blob/dev/AUTHORS.rst) document. ## Licensing This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words: -- GitLab