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
For answers to common questions about this code of conduct, see the [FAQ](https://www.contributor-covenant.org/faq). Translations are available [here](https://www.contributor-covenant.org/translations).
125
+
For answers to common questions about this code of conduct, see the [FAQ](https://www.contributor-covenant.org/faq). [Translations are available here](https://www.contributor-covenant.org/translations).
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Thank you for considering contributing to the Commitment issues project! We welc
38
38
39
39
## Code Style
40
40
41
-
- Follow the existing code style. This can be done by running `mega-linter-runner --fix` before your commit. This check will also run in the CI when doing a merge and point out any fixes that are required. More information on MegaLinter can be found [here](https://megalinter.io/latest/)
41
+
- Follow the existing code style. This can be done by running `mega-linter-runner --fix` before your commit. This check will also run in the CI when doing a merge and point out any fixes that are required. [More information on MegaLinter can be found here](https://megalinter.io/latest/)
A very simple `cargo generate` example template is provided which demonstrates usage of the crate in a natively-compiled binary.
19
-
To use the template, you will need cargo generate installed (for instructions see [here](https://github.com/cargo-generate/cargo-generate/tree/main)).
19
+
To use the template, you will need cargo generate installed (for instructions see [the cargo-generate docs](https://github.com/cargo-generate/cargo-generate/tree/main)).
20
20
21
21
#### Generate the project
22
22
@@ -91,6 +91,13 @@ The template's [main.rs](https://github.com/dysonltd/commitment-issues/blob/main
91
91
92
92
Compile and run your project using your standard process.
93
93
94
+
## Troubleshooting
95
+
96
+
This crate relies on git2, which in turn relies on openssl-sys.
97
+
By default, openssl-sys has libssl-dev as a dependency.
98
+
This can sometimes cause issues when building in dev containers or cross-compiling.
99
+
If you see issues relating to being unable to find openssl headers, try activating the `openssl-vendored` feature.
100
+
94
101
## Inspecting binary metadata
95
102
96
103
The metadata can be found in a section called ".metadata" within the executable binary generated by cargo.
0 commit comments