Skip to content

Commit 4c0e528

Browse files
committed
Added issue templates
1 parent dbd4fd5 commit 4c0e528

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/adverse-possession.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Adverse Possession Request
3+
about: File an adverse possession request on an unmaintained plugin.
4+
title: Adverse Possession of { Plugin Name }
5+
---
6+
7+
{ Please replace all curly braces with the appropriate information and delete this line. }
8+
9+
I hereby request the adverse possession of the following plugin:
10+
11+
https://poggit.pmmp.io/p/{ Plugin Name }
12+
13+
The aforementioned plugin is eligible for adverse possession because:
14+
15+
{ Please change [ ] to [x] for the appropriate items. }
16+
17+
- [ ] It is not compatible with the latest stable PocketMine-MP API { which version? } as released on { PocketMine-MP release date }, which is more than 14 days ago.
18+
- [ ] It is not compatible with the latest Minecraft client protocol { protocol number? } as supported by the latest stable PocketMine-MP version as released on { PocketMine-MP release date }, which is more than 28 days ago.
19+
- [ ] It is suffering from the following **bugs**, which I believe to pose significant usability issues on the users. At least one of these issues has been open for more than 28 days without response from the maintainers.
20+
- Links to GitHub issues here
21+
22+
I have offered to help update the plugin to resolve all the issues above in the pull request { link to pull request }, but there have not been any response from the maintainers with regard to the pull request. As a result, I am requesting to take over the control of this release line.
23+
24+
I hereby notify the previous contributors of this adverse possession request:
25+
26+
- { @tag all previous authors and contributors to the plugin here }
27+
28+
If no valid objection is received within 7 days, the permission to release updates for { Plugin name } will be permanently and irreversibly transferred to me.

Diff for: .github/ISSUE_TEMPLATE/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
contact_links:
2+
- name: Help on Discord
3+
url: https://discord.gg/bmSAZBG

Diff for: .github/ISSUE_TEMPLATE/setup.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Help with project setup
3+
about: Cannot setup Poggit for a repository
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
### Issue description
10+
<!-- What have you tried doing? What is the expected behaviour? -->
11+
<!-- Provide screenshots if relevant. -->
12+
13+
### Other information
14+
- Link to repository:
15+
- Browser version:

0 commit comments

Comments
 (0)