Skip to content

Commit 5736a30

Browse files
authored
Update CONTRIBUTING.md to reflect that Jira is not used (#5918)
Update CONTRIBUTING.md to reflect that SPM no longer uses Jira.
1 parent 456f2be commit 5736a30

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ For more information about making contributions to the Swift project in general
1010

1111
## Reporting issues
1212

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).
1414

1515
Fill the following fields:
1616

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`).
2225

2326
Please include a minimal example package which can reproduce the issue. The
2427
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.:
304307
4. Make your code changes
305308
5. Try to keep your changes (when possible) below 200 lines of code.
306309
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).
308311
8. Push the commit / branch to your fork
309312
9. Make a PR from your fork / branch to `apple: main`
310313
10. While creating your PR, make sure to follow the PR Template providing information about the motivation and highlighting the changes.

0 commit comments

Comments
 (0)