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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Fill the following fields:
16
16
17
17
*`Title`: A one line summary of the problem you're facing.
18
18
*`Description`: The complete description of the problem. Be specific.
19
-
*`Expected behavior`: How you expect SwiftPM to behave.
19
+
*`Expected behavior`: How you expect SwiftPM to behave.
20
20
*`Actual behavior` : What actually happens.
21
21
*`Steps to reproduce`: Be specific, provide steps to reproduce the bug.
22
22
*`Swift Package Manager version/commit hash` : With which version are you testing.
@@ -43,6 +43,12 @@ If you are preparing to make a contribution you should fork the repository first
43
43
44
44
SwiftPM is typically built with a pre-existing version of SwiftPM present on the system, but there are multiple ways to setup your development environment:
45
45
46
+
Once the repository is clone, configure your local repository so blame ignores some commits:
0 commit comments