Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.76 KB

File metadata and controls

36 lines (22 loc) · 1.76 KB

How to Contribute to Ajatuskumppani

First off, thank you for considering contributing to Ajatuskumppani! It's people like you that make this such a great community. We welcome contributions of all kinds, including code, documentation, bug reports, feature requests, and more.

Code of Conduct

We have a Code of Conduct that we expect all contributors to adhere to. Please read it before contributing.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine: git clone https://github.com/YOUR_USERNAME/ajatuskumppani.git
  3. Create a new branch for your changes: git checkout -b feature/your-feature-name
  4. Make your changes and commit them with a clear and descriptive commit message.
  5. Push your changes to your fork: git push origin feature/your-feature-name
  6. Create a pull request from your fork to the main branch of the pinnacore-ai/ajatuskumppani repository.

Pull Request Guidelines

  • Ensure your code adheres to the existing code style.
  • Include tests for any new features or bug fixes.
  • Update the documentation to reflect your changes.
  • Make sure all tests pass before submitting your pull request.

Reporting Bugs

If you find a bug, please create an issue in the GitHub repository. Be sure to include a clear and descriptive title, a detailed description of the bug, and steps to reproduce it.

Feature Requests

If you have an idea for a new feature, please create an issue in the GitHub repository. Describe the feature in detail and explain why you think it would be a valuable addition to the project.

Questions

If you have any questions, feel free to ask in the #ajatuskumppani channel on our Discord server.