Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 784 Bytes

CONTRIBUTION.md

File metadata and controls

13 lines (9 loc) · 784 Bytes

Contributing:

We welcome contributions to the Session Creator project! Here's how you can help:

  1. Report issues: Found a bug? Let us know by creating a detailed issue on the GitHub repository. Include steps to reproduce the issue.

  2. Suggest features: Have an idea for a new feature? Open an issue to discuss your proposal and how it would improve the project.

  3. Contribute code: Before starting on a larger feature, please open an issue to discuss it with the team. Then, follow these guidelines:

    • Fork the repository.
    • Create a new branch with a descriptive name (e.g., feature/name).
    • Make your changes, following established coding style and TypeScript best practices.
    • Open a pull request with a clear description of your contribution.