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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ To build the docs, run `npm run docs:build`.
51
51
52
52
### Submitting a Bug Report
53
53
54
-
Swift-DocC-Render tracks all bug reports with [Swift JIRA](https://bugs.swift.org/).
54
+
Swift-DocC-Render tracks all bug reports with [GitHub](https://github.com/apple/swift-docc-render/issues).
55
55
When you submit a bug report we ask that you follow the
56
56
Swift [Bug Reporting](https://swift.org/contributing/#reporting-bugs) guidelines
57
57
and provide as many details as possible.
@@ -63,7 +63,7 @@ that will help us track down the bug faster.
63
63
### Submitting a Feature Request
64
64
65
65
For feature requests, please feel free to create an issue
66
-
on [Swift JIRA](https://bugs.swift.org/) with the `New Feature` type
66
+
on [GitHub](https://github.com/apple/swift-docc-render/issues/new?assignees=&labels=New+Feature&projects=&template=FEATURE_REQUEST.yml) with the `New Feature` type
67
67
or start a discussion on the [Swift Forums](https://forums.swift.org/c/development/swift-docc).
68
68
69
69
Don't hesitate to submit a feature request if you see a way
0 commit comments