Thank you for your interest in contributing to AkademiTrack! This document provides guidelines for contributing to the project.
This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.
Before creating bug reports, please check existing issues to avoid duplicates.
How to Submit a Bug Report:
- Use a clear and descriptive title
- Describe the steps to reproduce the issue
- Provide your system information (OS, .NET version, etc.)
- Include error messages and log output
- Add screenshots if helpful
Feature suggestions are welcome! Please:
- Check if the feature already exists or is planned
- Explain why this feature would be useful
- Provide detailed specifications if possible
- Consider implementation complexity
- Fork the repository
- Clone your fork:
git clone https://github.com/yourusername/AkademiTrack.git - Create a feature branch:
git checkout -b feature/amazing-feature - Set up the development environment (see below)
# Prerequisites
# - .NET 8.0 SDK
# - Git
# - IDE (Visual Studio, VS Code, or JetBrains Rider)
# Clone and setup
git clone https://github.com/CyberGutta/AkademiTrack.git
cd AkademiTrack
dotnet restore
dotnet build
dotnet run