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

refactor github templates #1283

Merged
merged 3 commits into from
Nov 18, 2024
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
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: true
contact_links:
- name: Just ask the community a question
url: https://discord.gg/52mZGC3JXJ
about: Community help about pymobiledevice3.

3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ A clear and concise description of any alternative solutions or features you've
Add any other context or screenshots about the feature request here.

## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**

⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!---
Thanks for opening a PR on pymobiledevice3!
Please do this:
TEST
-->

## For community

⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
14 changes: 12 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Contibuting

If you would like to contribute, feel free to report issues, start new discussions, or create pull requests. You can
also contact us on Discord:
If you would like to contribute, feel free to report issues, start new discussions, or create pull requests.

In general we recommend using our pre-commit hook which enforce the linter rules we use:

```shell
python3 -m pip install -U pre-commit
pre-commit install
```

In addition, please note we prefer using `'` for strings instead of `"`.

If you're having any troubles, You can also contact us on Discord:

<https://discord.gg/52mZGC3JXJ>

Expand Down
Loading