vatACARS/server
vatACARS is designed to enhance the functionality of vatSys, a popular air traffic control simulation software, by integrating ACARS capabilities.
Contributions to the vatACARS server are welcome and encouraged. If you would like to contribute to the development of the server, please follow these guidelines:
- Fork the Repository: Start by forking the repository to your own GitHub account.
- Clone the Repository: Clone your forked repository to your local machine using Git.
git clone https://github.com/you/server.git
- Create a Branch: Create a new branch for your changes.
git checkout -b feature/my-feature
- Develop! Make your desired changes to the codebase.
- Test: Ensure that your changes work as expected and do not introduce any regressions.
- Commit Changes: Commit your changes with descriptive commit messages.
git commit -am 'feat: description of the changes'
- Push Changes: Push your changes to your forked repository.
git push origin feature/my-feature
- Submit a Pull Request: Once your changes are ready, submit a pull request from your forked repository to the main repository. Provide a clear description of the changes and any relevant information.
- Review: Your pull request will be reviewed by the project maintainers. Be prepared to address any feedback or make additional changes if necessary.
- Merge: Once your pull request is approved, it will be merged into the main repository and be shipped with the next update. Congratulations and thank you for your contribution!
- Follow the existing code style and formatting conventions.
- Write clear and concise code with descriptive variable and function names.
- Comment your code where necessary to explain complex logic or functionality.
If you encounter any bugs or would like to request a new feature, please open an issue on the GitHub repository. Provide detailed information about the issue or feature request, including steps to reproduce for bugs.
The vatACARS server is licensed under the GNU General Public License v3.0.
This server is developed independently and is not officially endorsed or affiliated with vatSys or any associated organizations. Use at your own risk.