Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.7 KB

File metadata and controls

49 lines (35 loc) · 1.7 KB

Contributing to Windows Smart Taskbar

First off, thank you for considering contributing to Windows Smart Taskbar! It's people like you who make this tool better for everyone.

Please note that this project is governed by our Code of Conduct. By participating, you are expected to uphold this code.

⚠️ Important License Notice

This project is licensed under the nRn World Non-Commercial License.

  • Contributions must align with this license.
  • Your contributions will be part of a project that prohibits commercial use without prior written consent.
  • By submitting a Pull Request, you agree to these terms.

How Can I Contribute?

Reporting Bugs

  • Check the Issues: Before reporting, please search the issues to see if it has already been reported.
  • Use the Template: When creating a new issue, please use the Bug Report template to provide all necessary details.

Suggesting Enhancements

  • Check the Issues: See if someone else has already suggested it.
  • Be Clear: Explain why this feature would be useful and how it should work.

Pull Requests

  1. Fork the repo and create your branch from main.
  2. Coding Style: Try to match the existing coding style (C# / WinForms).
  3. Documentation: Update the README or other documentation if your changes require it.
  4. Pull Request: Open a PR with a clear description of what you've changed.

Local Development

Prerequisites

  • .NET 8 SDK
  • Visual Studio 2022 or VS Code with C# Dev Kit

Building

dotnet build

Running

dotnet run

Questions?

If you have any questions, feel free to reach out to bynrnworld@gmail.com.

Happy coding! 🚀