Thank you for considering contributing to the IITH Dashboard project!
Outside of github, we use Feedbase for a mroe user friendly way to get feedback and fetch bug reports. Please feel to add comments, feedback, and bug reports here: Dashboard Feedbase
You can skip to Contributing Code, if its not related to Reporting Bugs or Suggesting Features.
If you encounter any bugs or issues while using the IITH Dashboard, please report them so we can improve the project. Here’s how to report a bug:
-
Search Existing Issues: Before creating a new issue, please check the existing issues to see if the problem has already been reported.
-
Create a New Issue:
- Go to the Issues tab and click on New Issue.
- Select the Bug Report template.
- Provide a clear and concise description of the issue, including steps to reproduce it, the expected behavior, and any relevant screenshots or logs.
-
Label the Issue: Use appropriate labels such as
bug
,help wanted
, orgood first issue
to categorize the problem.
We are always looking to improve the IITH Dashboard with new and exciting features. If you have an idea, follow these steps to suggest a feature:
-
Search Existing Feature Requests: Check if someone has already proposed your idea in the Issues section.
-
Create a New Feature Request:
- Navigate to the Issues tab and click on New Issue.
- Select the Feature Request template.
- Provide a detailed description of the feature, including the problem it solves, potential use cases, and any relevant mockups or diagrams.
-
Label the Feature Request: Use labels such as
enhancement
,feature
, ordiscussion
to identify the request.
We welcome code contributions that improve the functionality, performance, or maintainability of the IITH Dashboard. To contribute code:
-
Fork the Repository: Create a personal copy of the repository by clicking the Fork button.
-
Clone the Repository: Clone the repository to your local machine using Git.
git clone https://github.com/your-username/dashboard.git cd dashboard