HealthCore is an electronic health software designed to offer services to health practitioners.
- Introduction
- Installation
- Code of Conduct
- Contribution Guidelines
- License
Purpose: Explain the goal of your project.
Features: TBA
Target Audience: Private and Public Healthcare Practioner/Professional/Organization
No reference on any code of conduct or community guidelines yet.
Prerequisites:
- MariaDB
- .NET 8
- MySqlConnector
Running the Application
- Clone the repository.
- Open the solution in Visual Studio.
- Select the
App.sln
to target its start-up program. - Run the the
HealthCore app
.
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
NOTE: Branch name should follow this format.
Type Description bug Bug-type tickets are raised to track defects found in the solution after it has been released. defect This type of ticket is typically found during pre-release software reviews. feature This type are used for new development that will add new functionality. enhancement This type of tickets are used to track improvements done to the existing items in the solution. Example:
feature/HC-8
Component Description feature type of change. HC the default branch name indicating the project acronym. - (slash) a symbol that separates the branch default name HC
and issue number8
.8 the issue number. -
Make your changes and commit them.
NOTE: Commit message should be in format similar to this:
<branch-name> - <commit-message>
-
Submit a pull request to the main branch.