1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Update and rename PULL_REQUEST_TEMPLATE.md to pull_request_template.md

This commit is contained in:
Matt Love
2020-07-05 18:15:21 -07:00
committed by GitHub
parent b1c24b251a
commit 2b43c29734
2 changed files with 15 additions and 22 deletions

View File

@ -1,22 +0,0 @@
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Related Issue
<!--- Thank you fro your interest in contributing to hyperglass -->
<!--- This project only accepts pull requests related to open issues -->
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
<!--- Please link to the issue here: -->
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->
## Screenshots (if appropriate):

15
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,15 @@
<!-- PLEASE CONSULT CONTRIBUTING.MD PRIOR TO WORKING ON HYPERGLASS -->
<!-- Provide a general summary of your changes in the Title. -->
# Description
<!-- Describe your changes in detail -->
# Related Issues
<!-- Link to any related open issues -->
# Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
# Tests
<!-- Please describe in detail how you tested your changes, including your testing environment (OS, Python version, etc). -->