Skip to content

Commit

Permalink
Added DCO and community files
Browse files Browse the repository at this point in the history
  • Loading branch information
RedKenrok committed Dec 12, 2018
1 parent e1f66c0 commit 205074a
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/ask.md
Original file line number Diff line number Diff line change
@@ -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.**
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/report.md
Original file line number Diff line number Diff line change
@@ -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.**
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest.md
Original file line number Diff line number Diff line change
@@ -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.**
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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).
37 changes: 37 additions & 0 deletions DCO
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 205074a

Please sign in to comment.