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
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,18 @@ For more information about making contributions to the Swift project in general
10
10
11
11
## Reporting issues
12
12
13
-
Issues are tracked using [SwiftPM JIRA Bug Tracker](https://bugs.swift.org/browse/SR-13640?jql=component%20%3D%20%22Package%20Manager%22).
13
+
Issues are tracked using [SwiftPM GitHub Issue Tracker](https://github.com/apple/swift-package-manager/issues).
14
14
15
15
Fill the following fields:
16
16
17
-
*`Summary`: A one line summary of the problem you're facing
18
-
*`Description`: The complete description of the problem. Be specific and clearly mention the steps to reproduce the bug
19
-
*`Environment`: The Operating System, Xcode version (`$ xcodebuild -version`), Toolchain, and `swift build` version (`$ swift build --version`)
20
-
*`Component/s`: Package Manager
21
-
*`Attachment`: Relevant files like logs, project files, etc.
17
+
*`Title`: A one line summary of the problem you're facing.
18
+
*`Description`: The complete description of the problem. Be specific.
19
+
*`Expected behavior`: How you expect SwiftPM to behave.
20
+
*`Actual behavior` : What actually happens.
21
+
*`Steps to reproduce`: Be specific, provide steps to reproduce the bug.
22
+
*`Swift Package Manager version/commit hash` : With which version are you testing.
23
+
*`Actual behavior` : What actually happens.
24
+
*`Swift & OS version` : (output of `swift --version && uname -a`).
22
25
23
26
Please include a minimal example package which can reproduce the issue. The
24
27
sample package can be attached with the report or you can include the URL of the
@@ -304,7 +307,7 @@ Note there are several Linux and Swift versions options to choose from, e.g.:
304
307
4. Make your code changes
305
308
5. Try to keep your changes (when possible) below 200 lines of code.
306
309
6. We use [SwiftFormat](https://www.github.com/nicklockwood/SwiftFormat) to enforce code style. Please install and run SwiftFormat before submitting your PR.
307
-
7. Commit (include the Radar link or JIRA issue id in the commit message if possible and a description your changes). Try to have only 1 commit in your PR (but, of course, if you add changes that can be helpful to be kept aside from the previous commit, make a new commit for them).
310
+
7. Commit (include the Radar link or GitHub issue id in the commit message if possible and a description your changes). Try to have only 1 commit in your PR (but, of course, if you add changes that can be helpful to be kept aside from the previous commit, make a new commit for them).
308
311
8. Push the commit / branch to your fork
309
312
9. Make a PR from your fork / branch to `apple: main`
310
313
10. While creating your PR, make sure to follow the PR Template providing information about the motivation and highlighting the changes.
0 commit comments