SAST Evento is an Event Management and Viewing System helps ministers and lecturers to carry out daily events more smoothly. This repo contains the official source code for sast-evento-mobile.
We welcome contributions from the community to improve this project! To contribute, please follow these steps:
If you encounter any issues with the project or have ideas for new features, please open a new issue on GitHub. Provide detailed information about the problem or the feature you're requesting.
- Fork the repository to your GitHub account.
- Clone your forked repository:
git clone https://github.com/NJUPT-SAST/sast-evento-mobile.git
- Navigate to the project directory:
cd sast-evento-mobile
- Install dependencies:
npm install
- Make your changes, fix bugs, or add new features.
- Run tests if available:
npm test
- Commit your changes:
git commit -m 'Your descriptive commit message'
- Push to your forked repository:
git push origin your-branch-name
- Open a pull request to the
main
branch of the original repository.
Please follow the existing code style and conventions used in the project.
Thank you for contributing to our project! 🎉
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to customize the template to fit your specific project and add any additional information that you think is relevant. Providing clear and concise instructions will make it easier for others to understand and contribute to your project.