-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8beda92
commit 12f91c9
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Contributing to dalle2-in-python | ||
|
||
We would love for you to contribute to dalle2-in-python and help make it even better than it is today! As a contributor, here are the guidelines we would like you to follow: | ||
|
||
## Missing a Feature? | ||
|
||
You can request a new feature by submitting an issue to our GitHub Repository. | ||
|
||
## Submitting a Pull Request (PR) | ||
|
||
Before you submit your Pull Request (PR) consider the following guidelines: | ||
|
||
- Search GitHub for an open or closed PR that relates to your submission. You don't want to duplicate existing efforts. | ||
|
||
- Be sure that an issue describes the problem you're fixing, or documents the design for the feature you'd like to add. Discussing the design upfront helps to ensure that we're ready to accept your work. | ||
|
||
|