mirror of
https://github.com/prometheus/docs.git
synced 2026-02-05 15:45:27 +01:00
Add PR template (#1978)
* Add PR template Signed-off-by: Richard Hartmann <richih@richih.org> * Update .github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md Co-authored-by: Tobias Schmidt <tobidt@gmail.com> * Clean up wording Signed-off-by: Richard Hartmann <richih@richih.org> * Move PR template into correct location Signed-off-by: Richard Hartmann <richih@richih.org> * Make it clear that it's CNCF's DCO Signed-off-by: Richard Hartmann <richih@richih.org> Co-authored-by: Tobias Schmidt <tobidt@gmail.com>
This commit is contained in:
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Prometheus Community Support
|
||||
url: https://prometheus.io/community/
|
||||
about: If you need help or support, please request help here.
|
||||
- name: Commercial Support & Training
|
||||
url: https://prometheus.io/support-training/
|
||||
about: If you want commercial support or training, vendors are listed here.
|
||||
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<!--
|
||||
Please sign CNCF's Developer Certificate of Origin and sign-off your commits by adding the -s / --sign-off flag to `git commit`
|
||||
|
||||
More information on both of those can be found at https://github.com/apps/dco
|
||||
|
||||
If you are proposing a new integration, exporter, or client library, please include representative sample output.
|
||||
-->
|
||||
Reference in New Issue
Block a user