Skip to content

Contributing to Anamnesis

Ani edited this page Apr 28, 2022 · 2 revisions

Thank you for taking the time to contribute to the project! We welcome any reasonable contribution to the repository, and we have a few guidelines in place.

Table of Contents

Code contributions and pull requests

You may wish to contribute to the project in a more developmental capacity. Please feel free to discuss any potential updates you wish to make to the tool prior to submitting a pull request with the developers.

If you are simply using Anamnesis for its intended purpose and have no plans to develop for the project, this section is unlikely to be of use to you.

      back to top

Getting Anamnesis set up on your machine

The following is a list of requirements for getting Anamnesis set up on your machine for development:

  • Knowledge of C#
  • Visual Studio 2022 or newer with .NET Desktop Development workload

It is recommended that you use Github Desktop to facilitate smooth pull requests.

Once you have forked the repo and pulled the source code:

  1. Run UpdateSubmodules.bat
  2. Open Anamnesis.sln as a solution in Visual Studio

      back to top

Submitting a pull request

The instructions for creating a pull request have been documented fully by Github, so it is recommended that you read their instructions.

      back to top

Clone this wiki locally