-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add GitHub issue templates * Fix Stack Overflow wording Co-Authored-By: Sijawusz Pur Rahnama <sija@sija.pl> * Fix typo Co-Authored-By: Sijawusz Pur Rahnama <sija@sija.pl> * Better phrasing Co-Authored-By: Sijawusz Pur Rahnama <sija@sija.pl> * Change discussion to question * Improve template chooser sentences * Remove duplication * Put back status:discussion Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
- Loading branch information
Showing
4 changed files
with
39 additions
and
5 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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "\U00002753 Crystal Community Forum" | ||
url: https://forum.crystal-lang.org/c/help-support | ||
about: Questions about installing, using Crystal and any related issues. | ||
- name: "\U0001F4AC Crystal Community Chat" | ||
url: https://gitter.im/crystal-lang/crystal | ||
about: "Get in touch with the community, ask for help and talk about Crystal. (IRC: #crystal-lang on freenode)" |
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,12 @@ | ||
--- | ||
name: "\U0001F914 Language Improvement Discussion" | ||
about: I want to start a new discussion about improving the language. | ||
labels: status:discussion | ||
--- | ||
|
||
## Discussion | ||
|
||
- What aspect of the language would you like to see improved? | ||
- What are the reasons? | ||
- Include practical examples to illustrate your points. | ||
- Optionally add one (or more) proposals to improve the current situation. |
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,12 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: I want to propose a new language feature. | ||
labels: kind:feature | ||
--- | ||
|
||
## Feature Request | ||
|
||
- Is your feature request related to a problem? Please describe clearly and concisely what is it. | ||
- Describe the feature you would like, optionally illustrated by examples, and how it will solve the above problem. | ||
- Describe considered alternative solutions, and the reasons why you have not proposed them as a solution here. | ||
- Does it break backward compatibility, if yes then what's the migration path? |