From 6cd72cf047fc61571b5a572e9ab4ee3c4d33efc0 Mon Sep 17 00:00:00 2001 From: Ariel Adams Date: Tue, 16 Mar 2021 14:23:44 -0500 Subject: [PATCH] Fix #210, Add Checklist to Feature Request Template --- .github/ISSUE_TEMPLATE/feature_request.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6b729edd0..8a80857e0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,12 @@ assignees: '' --- +**Checklist (Please check before submitting)** + +* [ ] I reviewed the [Contributing Guide](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md). +* [ ] I reviewed the [cFS README.md file](https://github.com/nasa/cFS/blob/main/README.md) to see if the feature is in the major future work. +* [ ] I performed a cursory search to see if the feature request is relevant, not redundant, nor in conflict with other tickets. + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]