提交 83196628 编写于 作者: S Skylot

docs: fix issue and PR templates

上级 315c07d4
...@@ -13,10 +13,8 @@ assignees: '' ...@@ -13,10 +13,8 @@ assignees: ''
- search existing issues by exception message - search existing issues by exception message
**Describe error** **Describe error**
- provide full name of method or class with error - full name of method or class with error
- provide full java stacktrace - full java stacktrace (no need to copy method fallback code (commented pseudocode))
- **IMPORTANT!** attach or provide link to apk file (double check apk version)
**Note**: no need to copy method fallback code (commented pseudocode)
- attach or provide link to apk file (double check apk version)
**Note**: GitHub don't allow attach files with `.apk` extension, but you can change extension by adding `.zip` at the end :) **Note**: GitHub don't allow attach files with `.apk` extension, but you can change extension by adding `.zip` at the end :)
:exclamation: Please review the [guidelines for contributing](../CONTRIBUTING.md#Pull-Request-Process) :exclamation: Please review the [guidelines for contributing](https://github.com/skylot/jadx/blob/master/CONTRIBUTING.md#Pull-Request-Process)
### Description ### Description
Please describe your pull request. Please describe your pull request.
Reference issue it fix. Reference issue it fixes.
...@@ -10,11 +10,10 @@ Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in ...@@ -10,11 +10,10 @@ Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in
- search existing issues by exception message - search existing issues by exception message
2. Describe error 2. Describe error
- provide full name of method or class with error **Describe error**
- provide full java stacktrace - full name of method or class with error
- full java stacktrace (no need to copy method fallback code (commented pseudocode))
**Note**: no need to copy method fallback code (commented pseudocode) - **IMPORTANT!:** attach or provide link to apk file (double check apk version)
- attach or provide link to apk file (double check apk version)
**Note**: GitHub don't allow attach files with `.apk` extension, but you can change extension by adding `.zip` at the end :) **Note**: GitHub don't allow attach files with `.apk` extension, but you can change extension by adding `.zip` at the end :)
...@@ -23,7 +22,7 @@ Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in ...@@ -23,7 +22,7 @@ Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in
1. Please don't submit any code style fixes, dependencies updates or other changes which are not fixing any issues. 1. Please don't submit any code style fixes, dependencies updates or other changes which are not fixing any issues.
1. Before open a PR please discuss the change you wish to make via issue. PR without corresponding issue will be rejected. 1. Before start working on PR please discuss the change you wish to make via issue. PR without corresponding issue will be rejected.
1. Use only features and API from Java 8 or below. 1. Use only features and API from Java 8 or below.
......
...@@ -121,5 +121,3 @@ To support this project you can: ...@@ -121,5 +121,3 @@ To support this project you can:
--------------------------------------- ---------------------------------------
*Licensed under the Apache 2.0 License* *Licensed under the Apache 2.0 License*
*Copyright 2019 by Skylot*
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册