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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to parallax-interactive-transition-swift
1
+
# Contributing to parallax-view-controller-transition-swift
2
2
3
3
First off, thanks for taking the time to contribute! :tada::+1:
4
4
@@ -43,19 +43,19 @@ Explain the problem and include additional details to help maintainers reproduce
43
43
***Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior.
44
44
***Explain which behavior you expected to see instead and why.**
45
45
***Include screenshots and animated GIFs** which show you following the described steps and clearly demonstrate the problem.
46
-
***If you're reporting that parallax-interactive-transition-swift crashed**, include a crash report with a stack trace from the operating system. On iOS, the crash report is available in Xcode, on macOS, the crash report will be available in `Console.app` under "Diagnostic and usage information" > "User diagnostic reports". Include the crash report in the issue in a [code block](https://help.github.com/articles/markdown-basics/#multiple-lines), a [file attachment](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/), or put it in a [gist](https://gist.github.com/) and provide link to that gist.
46
+
***If you're reporting that parallax-view-controller-transition-swift crashed**, include a crash report with a stack trace from the operating system. On iOS, the crash report is available in Xcode, on macOS, the crash report will be available in `Console.app` under "Diagnostic and usage information" > "User diagnostic reports". Include the crash report in the issue in a [code block](https://help.github.com/articles/markdown-basics/#multiple-lines), a [file attachment](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/), or put it in a [gist](https://gist.github.com/) and provide link to that gist.
47
47
***If the problem is related to performance**, include a CPU profile capture and a screenshot with your report.
48
48
***If the problem wasn't triggered by a specific action**, describe what you were doing before the problem happened and share more information using the guidelines below.
49
49
50
50
Provide more context by answering these questions:
51
51
52
-
***Did the problem start happening recently** (e.g. after updating to a new version of parallax-interactive-transition-swift) or was this always a problem?
53
-
* If the problem started happening recently, **can you reproduce the problem in an older version of parallax-interactive-transition-swift ?** What's the most recent version in which the problem doesn't happen? You can download older versions of parallax-interactive-transition-swift from [the releases page](https://github.com/digipolitan/parallax-interactive-transition-swift/releases).
52
+
***Did the problem start happening recently** (e.g. after updating to a new version of parallax-view-controller-transition-swift) or was this always a problem?
53
+
* If the problem started happening recently, **can you reproduce the problem in an older version of parallax-view-controller-transition-swift ?** What's the most recent version in which the problem doesn't happen? You can download older versions of parallax-view-controller-transition-swift from [the releases page](https://github.com/digipolitan/parallax-view-controller-transition-swift/releases).
54
54
***Can you reliably reproduce the issue?** If not, provide details about how often the problem happens and under which conditions it normally happens.
55
55
56
56
Include details about your configuration and environment:
57
57
58
-
***Which version of parallax-interactive-transition-swift are you using?
58
+
***Which version of parallax-view-controller-transition-swift are you using?
59
59
***What's the name and version of the macOS or iOS you're using**?
60
60
61
61
#### Template For Submitting Bug Reports
@@ -80,7 +80,7 @@ Include details about your configuration and environment:
80
80
81
81

82
82
83
-
**parallax-interactive-transition-swift version:** [Enter parallax-interactive-transition-swift version here]
83
+
**parallax-view-controller-transition-swift version:** [Enter parallax-view-controller-transition-swift version here]
84
84
**OS and version:** [Enter macOS / iOS / linux name and version here]
85
85
86
86
**Installed packages:**
@@ -89,6 +89,6 @@ Include details about your configuration and environment:
89
89
90
90
**Additional information:**
91
91
92
-
* Problem started happening recently, didn't happen in an older version of parallax-interactive-transition-swift: [Yes/No]
92
+
* Problem started happening recently, didn't happen in an older version of parallax-view-controller-transition-swift: [Yes/No]
93
93
* Problem can be reliably reproduced, doesn't happen randomly: [Yes/No]
94
94
* Problem happens with all files and projects, not only some files or projects: [Yes/No]
0 commit comments