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: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ body:
5
5
- type: checkboxes
6
6
attributes:
7
7
label: 🔍 Is there already an issue for your problem?
8
-
description: Please make sure you are not creating an already submitted <a href="https://github.com/spicetify/spicetify-marketplace/issues">Issue</a>. Check closed issues as well, because your issue may have already been fixed.
8
+
description: Please make sure you are not creating an already submitted <a href="https://github.com/spicetify/marketplace/issues">Issue</a>. Check closed issues as well, because your issue may have already been fixed.
9
9
options:
10
10
- label: I have checked older issues, open and closed
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!-- omit in toc -->
2
-
# Contributing to Spicetify-Marketplace
2
+
# Contributing to Spicetify's Marketplace
3
3
4
4
First off, thanks for taking the time to contribute! ❤️
5
5
@@ -30,11 +30,11 @@ All types of contributions are encouraged and valued. See the [Table of Contents
30
30
31
31
> If you want to ask a question, we assume that you have read the available [Documentation](https://spicetify.app/docs/getting-started/).
32
32
33
-
Before you ask a question, it is best to search for existing [Issues](https://github.com/spicetify/spicetify-marketplace/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
33
+
Before you ask a question, it is best to search for existing [Issues](https://github.com/spicetify/marketplace/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
34
34
35
35
If you then still feel the need to ask a question and need clarification, we recommend the following:
36
36
37
-
- Open an [Issue](https://github.com/spicetify/spicetify-marketplace/issues/new).
37
+
- Open an [Issue](https://github.com/spicetify/marketplace/issues/new).
38
38
- Provide as much context as you can about what you're running into.
39
39
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.
40
40
@@ -69,7 +69,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
69
69
70
70
- Make sure that you are using the latest version.
71
71
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://spicetify.app/docs/getting-started/). If you are looking for support, you might want to check [this section](#i-have-a-question)).
72
-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/spicetify/spicetify-marketplace/issues?q=label%3Abug).
72
+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/spicetify/marketplace/issues?q=label%3Abug).
73
73
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
74
74
- Collect information about the bug:
75
75
- Stack trace (Traceback)
@@ -86,7 +86,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
86
86
87
87
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
88
88
89
-
- Open an [Issue](https://github.com/spicetify/spicetify-marketplace/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
89
+
- Open an [Issue](https://github.com/spicetify/marketplace/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
90
90
- Explain the behavior you would expect and the actual behavior.
91
91
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
92
92
- Provide the information you collected in the previous section.
@@ -102,26 +102,26 @@ Once it's filed:
102
102
103
103
### Suggesting Enhancements
104
104
105
-
This section guides you through submitting an enhancement suggestion for Spicetify-Marketplace, **including completely new features and minor improvements to existing functionality**. Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
105
+
This section guides you through submitting an enhancement suggestion for Marketplace, **including completely new features and minor improvements to existing functionality**. Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
106
106
107
107
<!-- omit in toc -->
108
108
#### Before Submitting an Enhancement
109
109
110
110
- Make sure that you are using the latest version.
111
111
- Read the [documentation](https://spicetify.app/docs/getting-started/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
112
-
- Perform a [search](https://github.com/spicetify/spicetify-marketplace/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
112
+
- Perform a [search](https://github.com/spicetify/marketplace/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
113
113
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
114
114
115
115
<!-- omit in toc -->
116
116
#### How Do I Submit a Good Enhancement Suggestion?
117
117
118
-
Enhancement suggestions are tracked as [GitHub issues](https://github.com/spicetify/spicetify-marketplace/issues).
118
+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/spicetify/marketplace/issues).
119
119
120
120
- Use a **clear and descriptive title** for the issue to identify the suggestion.
121
121
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
122
122
-**Describe the current behavior** and **explain which behavior you expected to see instead** and why. At this point you can also tell which alternatives do not work for you.
123
123
- You may want to **include screenshots and animated GIFs** which help you demonstrate the steps or point out the part which the suggestion is related to. You can use [this tool](https://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) on Linux. <!-- this should only be included if the project has a GUI -->
124
-
-**Explain why this enhancement would be useful** to most Spicetify-Marketplace users. You may also want to point out the other projects that solved it better and which could serve as inspiration.
124
+
-**Explain why this enhancement would be useful** to most Marketplace users. You may also want to point out the other projects that solved it better and which could serve as inspiration.
125
125
126
126
<!-- You might want to create an issue template for enhancement suggestions that can be used as a guide and that defines the structure of the information to be included. If you do so, reference it here in the description. -->
Customize your Spotify client directly from within [Spicetify](https://github.com/spicetify/spicetify-cli)!
18
+
Customize your Spotify client directly from within [Spicetify](https://github.com/spicetify/cli)!
19
19
20
20
Marketplace allows you to **browse, download, and install** extensions, themes, and CSS snippets with ease. You can also browse custom apps, but will need to do some manual installation to get them working.
21
21
22
22
Made with [Spicetify Creator](https://github.com/spicetify/spicetify-creator)
23
23
24
-
Head to the [wiki](https://github.com/spicetify/spicetify-marketplace/wiki) to get started!
24
+
Head to the [wiki](https://github.com/spicetify/marketplace/wiki) to get started!
0 commit comments