-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Improve Github issue template #11902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
placeholder: |- | ||
1. foo | ||
2. bar | ||
3. baz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed this placeholder since it only applies for bugs.
[Slack](https://elixir-slackin.herokuapp.com), | ||
[Discord](https://discord.gg/elixir) or in other online communities. | ||
- type: textarea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since elixir --version
returns multiple lines, I converted this field into a textarea
value: > | ||
Thank you for contributing to Elixir. | ||
Please, do not use this form for guidance, questions or support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we can force a line break somehow? In any case, it is not a blocker!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe doubling up the new lines. I will look into it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@josevalim Let's merge this as it is, since i need to see the changes applied in my main
branch, it is easier for me that this one gets merged, and then I submit a second PR if this is doable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it! Will be copying some ideas from here into other places!
Co-authored-by: José Valim <jose.valim@gmail.com>
💚 💙 💜 💛 ❤️ |
@yordis Awesome! thank you |
💚 💙 💜 💛 ❤️ |
[Slack](https://elixir-slackin.herokuapp.com), | ||
[Discord](https://discord.gg/elixir) or in other online communities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add these links as well? I didn't add them because I wasn't sure if it was OK to promote them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took them from elixir-lang.org sidebar so considered them sort of (probably semi-) official.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added them just in case 🤷🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh. I see what you mean now in that new PR. Let's see.
I tried to port everything that we had in the previous issue template, plus a few additions such as adding an agreement check box and direct links to online communities to ask questions.
You can see how the form will look like:
/cc @yordis