forked from phoenixframework/phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
49 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Environment | ||
|
||
* Elixir version (elixir -v): | ||
* Phoenix version (mix deps): | ||
* Operating system: | ||
|
||
### Actual behavior | ||
|
||
<!-- | ||
Describe the actual behaviour. If you are seeing an error, include the full message and stacktrace. | ||
If possible, also provide a single file app that reproduces the behaviour, you can start here: | ||
https://github.com/wojtekmach/mix_install_examples/blob/main/phoenix.exs | ||
--> | ||
|
||
### Expected behavior | ||
|
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,16 @@ | ||
--- | ||
blank_issues_enabled: true | ||
|
||
contact_links: | ||
- name: Ask questions, support, and general discussions | ||
url: https://elixirforum.com/c/phoenix-forum | ||
about: Ask questions, provide support, and more on Elixir Forum | ||
|
||
- name: Propose new features | ||
url: https://elixirforum.com/c/phoenix-forum | ||
about: Propose new features on Elixir Forum | ||
|
||
- name: Report a security vulnerability | ||
url: https://github.com/phoenixframework/phoenix/security | ||
about: Report a security vulnerability | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -75,18 +75,15 @@ npm install | |
|
||
* [#elixir][1] on [Libera][2] IRC | ||
* [elixir-lang Slack channel][3] | ||
* [Issue tracker][4] | ||
* [Phoenix Forum (questions)][5] | ||
* [phoenix-core Mailing list (development)][6] | ||
* Visit Phoenix's sponsor, DockYard, for expert [phoenix consulting](https://dockyard.com/phoenix-consulting) | ||
* Privately disclose security vulnerabilities to [email protected] | ||
* [Issues tracker][4] | ||
* [Phoenix Forum (questions and proposals)][5] | ||
* Visit Phoenix's sponsor, DockYard, for expert [Phoenix Consulting](https://dockyard.com/phoenix-consulting) | ||
|
||
[1]: https://web.libera.chat/?channels=#elixir | ||
[2]: https://libera.chat/ | ||
[3]: https://elixir-lang.slack.com/join/shared_invite/zt-1f13hz7mb-N4KGjF523ONLCcHfb8jYgA#/shared-invite/email | ||
[3]: https://elixir-lang.slack.com/ | ||
[4]: https://github.com/phoenixframework/phoenix/issues | ||
[5]: https://elixirforum.com/c/phoenix-forum | ||
[6]: https://groups.google.com/group/phoenix-core | ||
|
||
## Copyright and License | ||
|
||
|
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