Skip to content

Commit

Permalink
Add issues template config
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 20, 2023
1 parent 3f0dfce commit ef76b40
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 35 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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

7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 11,11 @@ Use the issues tracker for:
* [Bug reports](#bug-reports)
* [Submitting pull requests](#pull-requests)

Please **do not** use the issue tracker for personal support requests nor feature requests. Support requests should be sent to:
For requesting help and discussing new features:

* The [phoenix-talk mailing list](https://groups.google.com/group/phoenix-talk) (closed in favor of forum, but archive is still online)
* [The Phoenix subforum on the Elixir Forum](https://elixirforum.com/c/phoenix-forum)
* **[#elixir](irc://irc.libera.chat/elixir)** on [Libera](https://libera.chat/) IRC

Development issues can be discussed on the [phoenix-core mailing list](https://groups.google.com/group/phoenix-core).

We do our best to keep the issue tracker tidy and organized, making it useful
for everyone. For example, we classify open issues per perceived difficulty,
making it easier for developers to [contribute to Phoenix](#pull-requests).
Expand Down Expand Up @@ -65,7 62,7 @@ Example:
## Feature requests

Feature requests are welcome and should be discussed on the [phoenix-core mailing list](https://groups.google.com/group/phoenix-core). But take a moment to find
Feature requests are welcome and should be discussed on the [Phoenix subforum](https://elixirforum.com/c/phoenix-forum). But take a moment to find
out whether your idea fits with the scope and aims of the project. It's up to *you*
to make a strong case to convince the community of the merits of this feature.
Please provide as much detail and context as possible.
Expand Down
20 changes: 0 additions & 20 deletions ISSUE_TEMPLATE.md

This file was deleted.

11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions guides/introduction/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 6,14 @@ There are a number of places to connect with community members at all experience

* We're on Libera IRC in the [\#elixir](https://web.libera.chat/?channels=#elixir) channel.

* [Request an invitation](https://elixir-lang.slack.com/join/shared_invite/zt-1f13hz7mb-N4KGjF523ONLCcHfb8jYgA#/shared-invite/email) and join the #phoenix channel on [Slack](https://elixir-lang.slack.com).
* Join the #phoenix channel on [Slack](https://elixir-lang.slack.com).

* Feel free to join and check out the #phoenix channel on [Discord](https://discord.gg/elixir).

* Read about [bug reports](https://github.com/phoenixframework/phoenix/blob/main/CONTRIBUTING.md#bug-reports) or open an issue in the Phoenix [issue tracker](https://github.com/phoenixframework/phoenix/issues).

* Ask or answer questions about Phoenix on [Elixir Forum](https://elixirforum.com/c/phoenix-forum) or [Stack Overflow](https://stackoverflow.com/questions/tagged/phoenix-framework).

* To discuss new features in the framework, email the [phoenix-core mailing list](https://groups.google.com/group/phoenix-core).

* Follow the Phoenix Framework on [Twitter](https://twitter.com/elixirphoenix).

* The source for these guides is [on GitHub](https://github.com/phoenixframework/phoenix/tree/main/guides). To help improve the guides, please report an [issue](https://github.com/phoenixframework/phoenix/issues) or open a [pull request](https://github.com/phoenixframework/phoenix/pulls).
Expand Down

0 comments on commit ef76b40

Please sign in to comment.