diff --git a/.github/ISSUE_TEMPLATE/ask.md b/.github/ISSUE_TEMPLATE/ask.md new file mode 100644 index 0000000..72b5cee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask.md @@ -0,0 +1,12 @@ +--- +name: Ask +about: Ask a question. Whether something is unclear or missing I would love to help. +labels: +- question +--- + +**Description**: *Write a concise description of what problem you encountered.* + + + +**Write any additional context in place of this.** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/report.md b/.github/ISSUE_TEMPLATE/report.md new file mode 100644 index 0000000..e6c3ad6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report.md @@ -0,0 +1,26 @@ +--- +name: Report +about: Report a problem. Perhaps you discovered a bug and I can help fix the problem. +labels: +- bug +--- + +**Description**: *Write a concise description of what problem you encountered.* + + + +**Actions**: *List actions you took so we can reproduce the issue.* +1. +2. +3. + +**Expectation**: *Write the result you expected to have.* + + + +**Environment**: *List your build environment and their versions.* +* OS: [e.g. `Windows 10`] +* Node version: [e.g. `8.12.0`] +* Program version: [e.g. `1.1.0`] + +**Write any additional context in place of this.** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/suggest.md b/.github/ISSUE_TEMPLATE/suggest.md new file mode 100644 index 0000000..898f2d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggest.md @@ -0,0 +1,18 @@ +--- +name: Suggest +about: Suggest an idea. Help me improve and grow the project with your suggestions. +labels: +- enhancement +--- + +**Category**: `Feature` / `Fix` / `Improvement` / `Other` *Remove any non-applicable categories.* + +**Problem description**: *Write a concise description of what problem this would solve.* + + + +**Solution description**: *Write a concise description of what you would like to see changed.* + + + +**Write any additional context in place of this.** \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ca4c5b4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +**Category**: `Code fix` / `Documentation fix` / `Improvement` / `New feature` / `Other` *Remove any non-applicable categories.* + +**Issue**: *Reference the issue(s).* + +**Changes**: *Write a concise description of what the pull request changes.* + + + +**Drawbacks**: *If applicable write a concise description of what draw backs the changes could have.* + + + +**Write any additional context in place of this.** + +**Checklist**: *Check off the box by placing a `x` inside the brackets after making sure you agree to the term outlined.* +* [ ] I have singed off my commits to adhere to the [Developer's Certificate of Origin](https://github.com/RedKenrok/node-audiorecorder/blob/master/DCO). \ No newline at end of file diff --git a/DCO b/DCO new file mode 100644 index 0000000..0cdce0c --- /dev/null +++ b/DCO @@ -0,0 +1,37 @@ +Developer Certificate of Origin +Version 1.1 + +Copyright (C) 2004, 2006 The Linux Foundation and its contributors. +1 Letterman Drive +Suite D4700 +San Francisco, CA, 94129 + +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. + + +Developer's Certificate of Origin 1.1 + +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. \ No newline at end of file