Skip to content

vatACARS/server

Repository files navigation

vatACARS Logo

vatACARS/server

vatACARS is designed to enhance the functionality of vatSys, a popular air traffic control simulation software, by integrating ACARS capabilities.

Contributing

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:

  1. Fork the Repository: Start by forking the repository to your own GitHub account.
  2. Clone the Repository: Clone your forked repository to your local machine using Git.
git clone https://github.com/you/server.git
  1. Create a Branch: Create a new branch for your changes.
git checkout -b feature/my-feature
  1. Develop! Make your desired changes to the codebase.
  2. Test: Ensure that your changes work as expected and do not introduce any regressions.
  3. Commit Changes: Commit your changes with descriptive commit messages.
git commit -am 'feat: description of the changes'
  1. Push Changes: Push your changes to your forked repository.
git push origin feature/my-feature
  1. 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.
  2. Review: Your pull request will be reviewed by the project maintainers. Be prepared to address any feedback or make additional changes if necessary.
  3. 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!

Code Style Guidelines

  • 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.

Bug Reports and Feature Requests

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.

License

The vatACARS server is licensed under the GNU General Public License v3.0.

Disclaimer

This server is developed independently and is not officially endorsed or affiliated with vatSys or any associated organizations. Use at your own risk.