From 6d3e8122efeda768e9331b8d707eca556942a16a Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 2 Jun 2022 11:50:38 -0400 Subject: Issue templates, PR templates, Contributing.md Patch (#30) * Fix spelling and add a couple of things. * Create pull_request_template.md * Create bug_report.yml * Create config.yml * Create feature_request.yml * Update pull_request_template.md * Update CONTRIBUTING.md Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/feature_request.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml (limited to '.github/ISSUE_TEMPLATE/feature_request.yml') diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..b4ed087 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,5 @@ +--- +name: Feature request +about: Suggest an idea for OneConfig + +--- -- cgit