# Contributing to ModernDisguise Thank you for investing your time in contributing to ModernDisguise ❤️ The following guildlines are important to be followed when contributing. ## Issues 🦠 - Issues have to be reported on the latest version of ModernDisguise, If you're using an older version don't expect everything to work well - The issue template depending on what type of issue has to be followed. If the issue template isn't followed your issue will most-likely get closed. - Please make sure your issue is as appropriate as possible ## Pull Requests 🥳 - Pull Requests that include the bumping of the project's version won't be accepted - Your PR must include an explination of why were these changes made and refrence a related github issue if possible. - Please make sure your Pull Request is as appropriate as possible ## Issue and Pull Request Labels 🏷️ | Label name | Description | |----------------------|--------------------------------------------------------------------------| | `bug` | Confirmed bugs or reports that are very likely to be bugs | | `enhancement` | New feature or request | | `question` | Questions more than bug reports or feature requests (e.g. how do I do X) | | `feedback` | General feedback more than bug reports or feature requests | | `help wanted` | I would appreciate help from the community in resolving these issues | | `more info needed` | This requires more info in order for it to be reproduced | | `needs reproduction` | Likely bugs, but haven't been reliably reproduced | | `good first issue` | Given for a great first issue of a contributor | | `duplicate` | This issue or pull request already exists | | `wontfix` | This won't be fixed since it's perfectly fine | | `invalid` | Issues which aren't valid (e.g. user errors) |