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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,14 +125,14 @@ Awesome! Tell us what problem it solved for you.
125
125
126
126
You can open a feature request [here](https://github.com/huggingface/diffusers/issues/new?assignees=&labels=&template=feature_request.md&title=).
127
127
128
-
#### 2.3 Feedback.
128
+
#### 2.3 Feedback.
129
129
130
130
Feedback about the library design and why it is good or not good helps the core maintainers immensely to build a user-friendly library. To understand the philosophy behind the current design philosophy, please have a look [here](https://huggingface.co/docs/diffusers/conceptual/philosophy). If you feel like a certain design choice does not fit with the current design philosophy, please explain why and how it should be changed. If a certain design choice follows the design philosophy too much, hence restricting use cases, explain why and how it should be changed.
131
131
If a certain design choice is very useful for you, please also leave a note as this is great feedback for future design decisions.
132
132
133
133
You can open an issue about feedback [here](https://github.com/huggingface/diffusers/issues/new?assignees=&labels=&template=feedback.md&title=).
134
134
135
-
#### 2.4 Technical questions.
135
+
#### 2.4 Technical questions.
136
136
137
137
Technical questions are mainly about why certain code of the library was written in a certain way, or what a certain part of the code does. Please make sure to link to the code in question and please provide detail on
138
138
why this part of the code is difficult to understand.
@@ -394,8 +394,8 @@ passes. You should run the tests impacted by your changes like this:
394
394
```bash
395
395
$ pytest tests/<TEST_TO_RUN>.py
396
396
```
397
-
398
-
Before you run the tests, please make sure you install the dependencies required for testing. You can do so
397
+
398
+
Before you run the tests, please make sure you install the dependencies required for testing. You can do so
0 commit comments