Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 631 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 631 Bytes
# Contributing to AlexLab User Actions

We welcome contributions to AlexLab User Actions! Here are some guidelines to help you get started:

## Reporting Issues

If you find a bug or have a feature request, please create an issue on GitHub.

## Submitting Pull Requests

1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Write tests for your changes.
4. Ensure all tests pass.
5. Submit a pull request.

## Coding Standards

- Follow PEP 8 for Python code.
- Write clear and concise docstrings for all functions and classes.
- Ensure your code is well-tested.

Thank you for contributing!