-
Notifications
You must be signed in to change notification settings - Fork 138
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
3 changed files
with
68 additions
and
0 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,14 @@ | ||
blank_issues_enabled: false | ||
|
||
contact_links: | ||
- name: Ask an question / advise on using notify | ||
url: https://github.com/projectdiscovery/notify/discussions/categories/q-a | ||
about: Ask a question or request support for using notify | ||
|
||
- name: Share idea / feature to discuss for notify | ||
url: https://github.com/projectdiscovery/notify/discussions/categories/ideas | ||
about: Share idea / feature to discuss for notify | ||
|
||
- name: Connect with PD Team (Discord) | ||
url: https://discord.gg/projectdiscovery | ||
about: Connect with PD Team for direct communication |
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,18 @@ | ||
--- | ||
name: Feature request | ||
about: Request feature to implement in this project | ||
labels: 'Type: Enhancement' | ||
--- | ||
|
||
<!-- | ||
1. Please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature. | ||
2. In case you are not sure about your request or whether the particular feature is already supported or not, please start a discussion instead. | ||
3. GitHub Discussion: https://github.com/projectdiscovery/notify/discussions/categories/ideas | ||
4. Join our discord server at https://discord.gg/projectdiscovery to discuss the idea on the #notify channel. | ||
--> | ||
|
||
### Please describe your feature request: | ||
<!-- A clear and concise description of feature to implement --> | ||
|
||
### Describe the use case of this feature: | ||
<!-- A clear and concise description of the feature request's motivation and the use-cases in which it could be useful. --> |
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,36 @@ | ||
--- | ||
name: Issue report | ||
about: Create a report to help us to improve the project | ||
labels: 'Type: Bug' | ||
|
||
--- | ||
|
||
<!-- | ||
1. Please search to see if an issue already exists for the bug you encountered. | ||
2. For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/notify/discussions or | ||
3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #notify channel. | ||
--> | ||
|
||
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> | ||
|
||
### Notify version: | ||
<!-- You can find current version of notify with "notify -version" --> | ||
<!-- We only accept issues that are reproducible on the latest version of notify. --> | ||
<!-- You can find the latest version of project at https://github.com/projectdiscovery/notify/releases/ --> | ||
|
||
### Current Behavior: | ||
<!-- A concise description of what you're experiencing. --> | ||
|
||
### Expected Behavior: | ||
<!-- A concise description of what you expected to happen. --> | ||
|
||
### Steps To Reproduce: | ||
<!-- | ||
Example: steps to reproduce the behavior: | ||
1. Run 'notify ..' | ||
2. See error... | ||
--> | ||
|
||
|
||
### Anything else: | ||
<!-- Links? References? Screnshots? Anything that will give us more context about the issue that you are encountering! --> |