From 7639779c0fc4cdb71722dc49f7056a9c52f9d4de Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Thu, 10 Sep 2020 16:18:52 +0530 Subject: [PATCH] removes contributing guide so that a new one can be made later --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 17 ------------ .github/ISSUE_TEMPLATE/other.md | 5 ---- .github/PULL_REQUEST_TEMPLATE.md | 30 -------------------- CONTRIBUTING.md | 7 ----- README.md | 3 -- 6 files changed, 96 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/other.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index bee03364..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - -Hey! Thanks for contributing to this project. Before you report this issue, we would like you to quickly fill up this template with as much info as you can provide so that we can have clear idea what we are dealing with. Remember, this is _not_ a place to ask question. For that, email us at team@supertokens.io - -### Subject of the issue -A clear and concise description of what the issue is about. - -### Your environment -* version of supertokens-website - -* version of node - -* version of mysql - - -### Steps to reproduce -Tell us how to reproduce this issue. Please provide a working demo,if you can. - -### Files -A list of relevant files for this issue. This will help people navigate the project and offer some clues of where to start. - -### Related Code -``insert your relevant code here`` - -### Expected behaviour -Tell us what should happen - -### Actual behaviour -Tell us what happens instead - -### Other information: -### Error -``paste the error that you got, if any`` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 066b2d92..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index e7b0e213..00000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -name: Others -about: Ask us any question or anything that doesn't fit in feature reuquests or issues. - ---- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index a7d9c662..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,30 +0,0 @@ -Hey! Thanks for contributing to the project. Please quickly make sure to check all the boxes which will help us in reviewing and getting your PR merged faster! - -## :rotating_light: Your checklist for this pull request: -### Proposed changes - -Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. - -### Types of changes - -What types of changes does your code introduce to supertokens-website? -_Put an `x` in the boxes that apply and add the issue number in # (if applicable)_ - -- [ ] Bugfix (non-breaking change which fixes an issue) Fixes # -- [ ] New feature (non-breaking change which adds functionality) Fixes # -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) Fixes # - -### Checklist - -_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ - -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] I have added necessary documentation (if appropriate) -- [ ] Any dependent changes have been merged and published in downstream modules - -### Further comments - -If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... - - -Thank you! :heart: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 24232e60..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,7 +0,0 @@ -# Contributing to SuperTokens - -While we welcome contributions, in order to get started, please sign and fill out [this form](https://supertokens.io/legal/external-contributors) and email it to us at team@supertokens.io. In your email, please also specify the purpose of your contribution. - -Once we go through your email, we will send you an API password that is required to setup a development environment and further instructions on getting started. - -Thank you. \ No newline at end of file diff --git a/README.md b/README.md index acd9eace..ac6fb581 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,6 @@ Learn more at https://supertokens.io ## Documentation To see documentation, please click [here](https://supertokens.io/docs/android/installation). -## Making changes -Please see our [Contributing](https://github.com/supertokens/supertokens-website/blob/master/CONTRIBUTING.md) guide. - ## Contact us For any queries, or support requests, please email us at team@supertokens.io, or join our [Discord](supertokens.io/discord) server.