Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.62 KB

File metadata and controls

51 lines (31 loc) · 1.62 KB

Contributing to Lagden Development

Thank you for considering contributing to our projects! We welcome contributions from everyone and are grateful for your help.

Code of Conduct

Please review and adhere to our Code of Conduct to ensure a positive and inclusive environment.

How to Contribute

Reporting Bugs

If you find a bug, please open an issue with a detailed description of the problem and steps to reproduce it.

Feature Requests

We welcome new ideas! If you have a feature request, please open an issue with a detailed description of the feature and its potential benefits.

Pull Requests

  1. Fork the repository and create your branch from main.
  2. Ensure your code adheres to the project's coding standards.
  3. Update the documentation as necessary.
  4. Use gitmoji for your commit messages to keep them consistent and expressive.
  5. Submit your pull request.

Coding Standards

Python

We use Black for code formatting. Please ensure your code is formatted with Black before submitting a pull request.

pip install black
black your_code.py

Other Languages

For other languages, we use Prettier for code formatting. Please ensure your code is formatted with Prettier before submitting a pull request.

npm install --global prettier
prettier --write your_code.js

Getting Help

If you need help, feel free to reach out by opening an issue or contacting us via email.

Thank you for contributing!