Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Proposal for PR and issue templates #51

Merged
merged 1 commit into from Mar 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,9 @@
**Please post usage questions or broader discussions on [StackOverflow](https://stackoverflow.com/questions/ask?tags=opentok+cordova)**.

---

For **feature requests**, please fill out the [feature request template](https://github.com/opentok/cordova-plugin-opentok/issues/new?template=feature_request.md)

---

For **bug reports**, please fill out the [bug report issue template](https://github.com/opentok/cordova-plugin-opentok/issues/new?template=bug.md)
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.md
@@ -0,0 +1,20 @@
# Bug Report

**Current behavior**
> (Summarize the bug encountered concisely)

**Steps to reproduce**
> (How one can reproduce the issue - this is very important)

**Example Project**
> (If possible, please create an example project here on GitHub.com that exhibits the problematic behaviour, and link to it here in the bug report)

**What is the current *bug* behavior?**
> (What actually happens)

**What is the expected *correct* behavior?**
> (What you should see instead)

**Relevant logs and/or screenshots**
> (Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
@@ -0,0 +1,8 @@
# Feature Request

**Description**
> (Include problem, use cases, benefits, and/or goals)

**Proposal**

**Links / references**
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
<!---
Thanks for sharing your code back to this repository. But before you continue, please make
sure you followed the Contribution Guidelines. Which can be found here:
https://github.com/opentok/cordova-plugin-opentok/blob/master/CONTRIBUTING.md
--->
### Contributing checklist
- [ ] Code must follow existing styling conventions
- [ ] Added a descriptive commit message

### Solves issue(s)
<!--- Mention the GitHub issues here -->