0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Create CONTRIBUTING.md

This commit is contained in:
Alexander01998 2020-10-28 20:41:13 +01:00 committed by GitHub
parent 3a704e8afe
commit 9dc0b8b128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

44
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,44 @@
# How To Help
Thank you for considering to contribute! Here are some things you can help with, in no particular order:
- fixing a typo
- in the Wurst Client itself (look for the pen icon at the top right)
- on WurstClient.net (scroll all the way down and click "edit this page")
- on the Wurst Wiki (login and click "Edit this page")
- improving an existing bug report
- figuring out which Minecraft versions are affected by the bug
- Can you figure out how to make the bug happen every time? If so, please let me know.
- The ["could not reproduce"](https://github.com/Wurst-Imperium/Wurst7/labels/could%20not%20reproduce) label lists bug reports where I haven't been able to figure this out.
- reporting a new dupe/exploit in Minecraft that could be added to Wurst
- helping with a feature request
- Can you explain how the feature works?
- Can you add the feature in a Pull Request?
- Do you know anything else about the feature that hasn't been mentioned?
- creating a pull request
- adding a new hack/command/etc.
- adding new settings to make Wurst more customizable
- adding/improving descriptions and tooltips to make Wurst easier to use
- downloading and testing an existing pull request
- Can you confirm that it actually works?
- Did you find any problems with it?
- writing a code review for an existing pull request
- looking for bugs in the code and pointing them out
- suggesting improvements
- checking that the code wasn't stolen from another client
- helping with the [Wurst Wiki](https://wiki.wurstclient.net/)
- translating Wurst Wiki articles to another language
- adding screenshots of features where appropriate
- making sure that changes from recent Wurst updates are documented
- digging through old Wurst updates to find out when exactly a feature was added
- helping people who can't figure out how to install Wurst
- making tutorials / how-to videos
- how to make [AutoBuild templates](https://wiki.wurstclient.net/_detail/autobuild_templates_explained_ll.webp?id=autobuild)
- how to use the [profile system](https://www.wurstclient.net/updates/wurst-7-1/)
- creating more backups/archives of Wurst
- [creating a fork](https://github.com/Wurst-Imperium/Wurst7/fork) / mirror of this repository
- adding [WurstClient.net](https://www.wurstclient.net/) pages to the Internet Archive
- adding [Wurst Wiki](https://wiki.wurstclient.net/) articles to the Internet Archive
- archiving old [Wurst releases](https://www.wurstclient.net/download/) & source code in case they are ever taken down
- archiving [WiZARDHAX Wurst videos](https://www.youtube.com/c/wizardhax/videos) in case the channel is ever taken down
- just spreading the word, telling people about Wurst, etc.
- expanding this list with more things that people can do to help (This is all I could think of for now.)