Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.18 KB

File metadata and controls

44 lines (29 loc) · 2.18 KB

aide

A modern, C++ native GUI application framework based on QT5 - using C++11 and later

CI Build and test CI Build and install

codecov Codacy Badge CodeQL

All Contributors

Table of contents

Contributors ✨

This project follows the all-contributors specification and is developed by these contributors. Contributions of any kind welcome!

License

This project is licensed under the terms of the GPLv3.

However, aIDE includes several third-party Open-Source libraries, which are licensed under their own respective Open-Source licenses. These licenses can be found in the 3rd Party Licenses

Development

How to release

This project uses Release please GitHub action to automatically create releases.

The following steps are required to create a release:

  1. Make sure the latest commit on develop passes all checks
  2. Merge the latest change from develop into main branch
  3. Merge the automatically created pull request after it passes all checks