Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

40 lines (22 loc) · 1.47 KB

Contributing

Contributions are welcome to enhance this repository's functionality and usability!

💬 Discussion

We prefer all changes to the project to be discussed beforehand, either in an issue, or in a discussion in our server.

🚀 Guide

However, please conform to the following guidelines when possible:

Step 1 — Ensure up-to-date

Please ensure that the documentation is kept up-to-date with any changes made to the feature.

This will help ensure that the project remains accessible and usable for all users.

Step 2 — Format code

We attempt to conform to the .NET Foundation's Coding Style where possible.

dotnet format

As a general rule, follow the coding style already set in the file you are editing, or look at a similar file if you are adding a new one.

Step 3 — Bump version

Increase the version numbers in any files to the new version that your changes would represent.

The versioning scheme we use is semantic versioning. For the versions available, see the tags on this repository.

✅ Conclusion

Please note we have a code of conduct, please follow it in all your interactions with the project.

Thank you for collaborating to this project! ❤️