-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update our CONTRIBUTING templates (#902)
* [chore] update our contributing templates * [fix] ask for the admin console version on the comment
- Loading branch information
Showing
4 changed files
with
71 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: 🗣 Ask a Question | ||
url: https://stackoverflow.com/questions/ask?tags=kuzzle | ||
about: How does X work? | ||
- name: 👋 Join us on Discord | ||
url: http://join.discord.kuzzle.io/ | ||
about: I have an idea... | ||
- name: 📖 Read Kuzzle's Documentation | ||
url: https://docs.kuzzle.io | ||
about: How to use Kuzzle? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: Suggest a new feature | ||
title: '' | ||
labels: feature-request | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
IMPORTANT - Please ensure that your proposal has not already been submitted | ||
You can check the following links: | ||
- Github issues: https://github.com/kuzzleio/kuzzle-admin-console/issues?q=is%3Aissue+label%3Afeature-request | ||
- Kuzzle's Public roadmap: https://trello.com/b/za9vOgRh/kuzzle-public-roadmap | ||
--> | ||
|
||
## Feature description | ||
|
||
<!--- Describe the functionality as you would need it --> | ||
|
||
## Example usecase | ||
|
||
<!--- Give a concrete case example or this feature would help you develop a better application or solve a problem --> | ||
|
||
## Possible solution (optional) | ||
|
||
<!--- Give an example of how you would like to use the feature --> | ||
<!--- You can put a sample Kuzzle query, sample code, etc. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,41 @@ | ||
<!-- | ||
This template is not mandatory. | ||
It simply serves to provide a guide to allow a better review of pull requests. | ||
--> | ||
|
||
<!-- | ||
IMPORTANT | ||
Don't forget to add the corresponding "changelog:xxx" label to your PR. | ||
This is part of our release process in order to generate the change log. | ||
Thank you for submitting a Pull Request. Please: | ||
- Read our CONTRIBUTING guidelines. | ||
https://github.com/kuzzleio/kuzzle-admin-console/blob/master/CONTRIBUTING.md | ||
- Associate an issue with the Pull Request. | ||
- IMPORTANT - Add the corresponding "changelog:xxx" label to your PR. | ||
--> | ||
|
||
<!--- This template is optional. --> | ||
|
||
## What does this PR do ? | ||
<!-- Please fulfill this section --> | ||
|
||
<!-- | ||
Please include a summary of the change and which issue is fixed. | ||
Please also include relevant motivation and context. | ||
List any dependencies that are required for this change. | ||
Please include a summary of the change, relevant motivation and context. | ||
Also, list any dependencies that are required for this change. | ||
--> | ||
|
||
### How should this be manually tested? | ||
|
||
<!-- | ||
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. | ||
Please also list any relevant details for your test configuration | ||
Please describe your test configuration, the tests ran to verify your changes | ||
And give us instructions on how to reproduce them. | ||
--> | ||
- Step 1 : | ||
- Step 2 : | ||
- Step 3 : | ||
... | ||
- Step 3 : | ||
|
||
### Other changes | ||
|
||
<!-- | ||
Please describe here all changes not directly linked to the main issue, but made because of it. | ||
For instance: issues spotted during this PR and fixed on-the-fly, dependencies update, and so on | ||
Please outline any changes not directly linked to the main issue, but made because of it. | ||
For instance: on-the-fly fixes, dependencies updates and so on. | ||
--> | ||
|
||
### Boyscout | ||
|
||
### Screenshots (if appropriate) | ||
|
||
<!-- | ||
Describe here minor improvements in the code base and not directly linked to the main changes: | ||
typos fixes, better/new comments, small code simplification, new debug messages, and so on. | ||
Finally, describe any improvements in the code base like: | ||
Typo fixes, improved/new comments, debug messages and so on. | ||
--> |