diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..57cdc3ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md @@ -0,0 +1,40 @@ + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Environment + + +- [ ] Self-hosting +- [ ] Cloud version + + +- **Version**: +- **Did you use our guide? And if yes which one?**: + +## Context (Environment) + + + + + +## Detailed Description + + +## Possible Implementation + diff --git a/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md index e69de29b..c438767e 100644 --- a/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +This project is early stage. The structure and APIs are still subject to change and not stable. +Therefore, we do not currently accept any contributions, unless you are a member of the team. + +As soon as we feel comfortable enough that the application structure is stable enough, we will open up the project for contributions. + +We do accept contributions in the [documentation repository](https://github.com/solidtime-io/docs) f.e. to add new self-hosting guides. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e69de29b..b04f17c2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 🚀 Feature Request + url: https://github.com/solidtime-io/solidtime/discussions/new?category=feature-requests + about: Share ideas for new features + - name: ❓ Ask a Question + url: https://github.com/solidtime-io/solidtime/discussions/new?category=general + about: Ask the community for help