diff --git a/.github/ISSUE_TEMPLATE/bug-issue-report.md b/.github/ISSUE_TEMPLATE/bug-issue-report.md new file mode 100644 index 00000000..28633146 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-issue-report.md @@ -0,0 +1,32 @@ +--- +name: Bug/Issue Report +about: Report an issue with SmartAPI +title: '' +labels: bug +assignees: marcodarko + +--- + +# Expected Behavior + +Please describe the behavior you are expecting + +# Current Behavior + +What is the current behavior? + +# Failure Information (for bugs) + +Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template. + +## Steps to Reproduce + +Please provide detailed steps for reproducing the issue. + +1. step 1 +2. step 2 +3. you get it... + +## Failure Logs + +Please include any relevant log snippets or files here. diff --git a/.github/ISSUE_TEMPLATE/transfer-of-ownership.md b/.github/ISSUE_TEMPLATE/transfer-of-ownership.md new file mode 100644 index 00000000..c8190e46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/transfer-of-ownership.md @@ -0,0 +1,51 @@ +--- +name: Transfer of Ownership +about: Transfer a registration to another person +title: '' +labels: help wanted +assignees: marcodarko + +--- + +## Transfer of Ownership + +Fill this out if you would like to transfer ownership of an API entry to someone else or claim ownership of one. + +**Note: This transfer of ownership requests can only come from a registered user and go to another registered user on SmartAPI**. + + + + +*Let's start! First, tell us who you are* + +* **I'm am ...** + +- [ ] the person transferring ownership of my API + +- [ ] the person that this API is being transferred to + +- [ ] a third party requesting a special transfer (please provide details) + + + +* What is the ***name*** and ***id*** of the API you would like to transfer? *eg. MyAPI : 124094327094378* + + + + +* What is the ***name*** and ***username*** of the person that this API currently belongs to? *eg. Jane Doe @janedoe1 + + + + +* What is the ***name*** and ***username*** of the person that this API is being transferred to? *eg. John Doe @johndoe1* + + + + +* What is the reason this transfer of ownership is being requested? + + + + +Thank you! We will review this request ASAP and will inform you of the status of the transfer.