Skip to content

Commit

Permalink
Merge pull request #31 from Tauffer-Consulting/feature/pr-and-issues-…
Browse files Browse the repository at this point in the history
…templates

chore: add pr and issues template
  • Loading branch information
nathan-vm authored Apr 25, 2024
2 parents 730114c + 97a123e commit 19d89f2
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/1-docs-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 📗 Open an issue regarding the Domino docs
description: Let us know about any problematic API reference documents
labels: [documentation]
body:
- type: markdown
attributes:
value: |
Thank you for wanting to make Domino better!
Please fill in as much of the following form as you're able.
- type: input
attributes:
label: Affected URL(s)
- type: textarea
attributes:
label: Description of the problem
validations:
required: true
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 🤔 Questions and Help
url: https://github.com/Tauffer-Consulting/domino/discussions
about: Please ask and answer questions here.
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/1-pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!--
Before submitting a pull request, please read:
- the CONTRIBUTING guide at https://github.com/Tauffer-Consulting/domino/blob/HEAD/CONTRIBUTING.md
For code changes include tests for any bug fixes or new features. This tests can be a way to reproduce before and after your changes.
If you believe this PR should be highlighted in the Domino CHANGELOG please add the `## notable docs change` subtitle at your PR with a short description.
Developer's Certificate of Origin
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
-->

0 comments on commit 19d89f2

Please sign in to comment.