You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
*[Developer's Certificate of Origin 1.1](#developers-certificate-of-origin)
8
+
9
+
10
+
## Getting Started
11
+
12
+
If new to the project,
13
+
1. Review the [Technical Specification](https://github.com/microsoft/ElectionGuard-SDK-Specification)
14
+
2. Install according to [ReadMe](./README.rst)
15
+
OR
16
+
refer to [Documentation](https://electionguard.github.io/ElectionGuard-SDK-C-Documentation/)
17
+
3. Once you're up and running, be sure to run the simple election test
18
+
19
+
⚠ Note: If you get stuck, take a look at our [GitHub Action](./.github/workflows/pr-workflow.yml)
20
+
21
+
## Pull Requests
22
+
23
+
Before submitting a pull request, [rebase](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) your branch from master. Do not use ``git merge`` or the *merge* button provided by Github.
24
+
25
+
Ensure your pull request is [referencing at least one issue](https://help.github.com/en/github/managing-your-work-on-github/closing-issues-using-keywords) and following PR template.
0 commit comments