Open a new discussion on the discussion page of this repository.
- Ensure that the bug is caused by the SpectatorDisabler and not another plugin you are using.
- Ensure that the bug was not already reported by searching the current issues.
- If you can not find an existing issue, open a new one. Be sure to include as many details as you can.
- Search the issues to ensure that your suggestions was not already suggested.
- If you find a matching suggestion consider adding your ideas in a comment or upvote it.
- If you can not find your suggestion, open a new issue and describe your ideas.
Please open an issue or a discussion describing your intended changes so others know what you are working on.
- Checkout the code
- Make your changes
- Run
msbuildordotnet buildto build (Output will be inSpecator-Disabler/bin/Debug/)
Read the existing code and most things will be apparent. Some things to note:
- Indent with 4 spaces
- Use LF line-endings
- Since this is open-source, please consider the people who will read the code
See the testing document for instructions on how and what to test.
- Fork this repository
- Create a branch in your fork of this repository
- Push changes to your branch
- Submit a Pull-Request against the main-branch of this repository
Everyone interacting with this repository is expected to follow the code of conduct.