Skip to content

Latest commit

 

History

History
executable file
·
34 lines (20 loc) · 1.92 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
34 lines (20 loc) · 1.92 KB

Contributing to NeoGPT

We welcome contributions from the community to help improve and enhance our project. Please take a moment to review this document to understand how you can contribute effectively.

Reporting Issues

If you encounter a bug, have a feature request, or want to suggest an improvement, please open an issue on our GitHub issue tracker. When reporting issues, be sure to provide as much detail as possible, including steps to reproduce the problem, your operating system, and the NeoGPT version you are using.

Pull Requests

We encourage you to contribute code to NeoGPT through pull requests. To do so, please follow these steps:

  1. Fork the NeoGPT repository to your own GitHub account.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your changes: git checkout -b feature-name.
  4. Implement your changes and commit them with meaningful commit messages.
  5. Push your changes to your forked repository.
  6. Create a pull request (PR) to the main NeoGPT repository, describing your changes and the problem they solve.

Our team will review your PR, provide feedback, and merge it if it meets our guidelines.

Code Style

Please follow the existing code style and formatting guidelines in the project to maintain consistency. If you are introducing new code, ensure that it adheres to the established style.

Getting Help

If you have questions or need assistance while contributing, feel free to reach out to us via our GitHub Discussions

By contributing to NeoGPT, you agree to abide by this contributing guide and the project's code of conduct.