Skip to content
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

Add feature request template #105

Merged
merged 1 commit into from
Dec 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: Issue/Bug report
about: Create a report to help us improve
title: '[Possible Bug]'
labels: ''
title: '[Bug]'
labels: 'Status: Pending,Type: Bug'
assignees: ''

---

```
```txt
Please notice that issues where this template is not filled out correctly won't receive an answer and get discarded and closed.

Please delete the parts of the template that are not needed.
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Feature Request/Question
about: Request a new feature or ask for help
title: '[FR/Q]'
labels: 'Status: Pending'
assignees: ''

---

```txt
Please notice that issues where this template is not filled out correctly won't receive an answer and get discarded and closed.

Please delete the parts of the template that are not needed.

Please remove these lines of text (beginning and ending with three backticks) before submitting the issue.
```

## Prerequisites

Please answer the following questions for yourself before submitting an issue.

- [ ] I checked to make sure that this feature request/question has not already been filed
- [ ] I'm reporting the issue to the correct repository as it is related to this repository and not to the [official pjsip repository](https://www.pjsip.org)
- [ ] I checked the README and found no answer
- [ ] I am running the latest version

## Feature/Question Summary

Please provide a brief description/summary of the feature/question.

## Solves the following problems (only relevant for feature requests):

If you file a feature request, please state which existing problems/issues this feature request may solve.

## Detailed description

Please provide a detailed description of the feature request/question here.

## Environment (only if relevant for feature requests)

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

* Xcode Version:
* Platform and architecture building for:
* Operating System:
* SDK version:
(if you're using any other SDK than the one shipped with the specified Xcode version)