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
+5-5
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ There are many ways to contribute to our efforts to make developing homebrew for
14
14
15
15
Before making any contribution, it's best to talk about what you want to do on [Discord](https://discord.gg/bePrj9W). After that, here are some places you can look to contribute:
16
16
17
-
- Found an bug or are you missing something? Report it [here](https://github.com/pspdev/pspdev/issues/new)!
18
-
- Want to solve a bug? Find our bug tracker [here](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+user%3Apspdev+)!
19
-
- Want to add a library? Find out how to [here](https://github.com/pspdev/psp-packages/blob/master/CONTRIBUTING.md)!
20
-
- Want to add a function? Look [here](https://github.com/pspdev/pspsdk)!
17
+
- Found a bug or are you missing something? [Submit a bug, feature request or pull request](https://github.com/pspdev/pspdev/issues/new)!
18
+
- Want to solve a bug? [Check our bug tracker here](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+user%3Apspdev+)!
19
+
- Want to add a library to support with PSP SDK? [Add your library here](https://github.com/pspdev/psp-packages/blob/master/CONTRIBUTING.md)!
20
+
- Want to add a PSP SDK function? [Add your function here](https://github.com/pspdev/pspsdk)!
@@ -18,39 +19,40 @@ PSPDEV is an open source software development kit (SDK) for PlayStation Portable
18
19
# Getting started
19
20
{: .fs-6 .fw-700 }
20
21
21
-
Want to install the PSP SDK? [Go here](installation.html).
22
+
Install our open source [PlayStation Portable Software Development Kit](installation.html).
22
23
{: .fs-5 }
23
24
24
-
Don't know how to get started? [Go here](how_to_use.html).
25
+
Already have the PSP SDK installed? Dive in and [get started with PSP SDK Homebrew development](how_to_use.html).
25
26
{: .fs-5 }
26
27
27
-
Need some examples for what you can do with the PSP SDK? [Go here](basic_programs.html).
28
+
Need some inspiration? Check out our [PSP SDK examples](basic_programs.html).
28
29
{: .fs-5 }
29
30
30
-
Is your code is not working? [Go here](debugging.html).
31
+
Is your code is not working? [Debug it using PSPLINK](debugging.html).
31
32
{: .fs-5 }
32
33
33
-
Want some simple tips and trick to improve your experience? [Go here](tips_tricks.html).
34
+
Want to improve your PSP SDK homebrew development experience? Get some [tips and tricks here](tips_tricks.html).
34
35
{: .fs-5 }
35
36
36
37
# Contact Us
37
38
{: .fs-6 .fw-700 }
38
39
39
-
If you have ideas, suggestions or questions, please don't hesitate to use our [GitHub Discussions](https://github.com/pspdev/pspdev/discussions).
40
+
If you have ideas, suggestions or questions, please don't hesitate to use our [PSPDEV GitHub Discussions](https://github.com/pspdev/pspdev/discussions).
40
41
{: .fs-5 }
41
42
42
43
If you need help or would like to contribute, don't hesitate to join us on [Discord](https://discord.gg/bePrj9W) or open an issue on [GitHub](https://github.com/pspdev/pspdev/issues). See you there!
0 commit comments