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
# This workflow will upload a Python Package using Twine when a release is created
2
+
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
3
+
4
+
# This workflow uses actions that are not certified by GitHub.
5
+
# They are provided by a third-party and are governed by
6
+
# separate terms of service, privacy policy, and support
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:
4
+
5
+
## Missing a Feature?
6
+
7
+
You can request a new feature by submitting an issue to our GitHub Repository.
8
+
9
+
## Submitting a Pull Request (PR)
10
+
11
+
Before you submit your Pull Request (PR) consider the following guidelines:
12
+
13
+
- Search GitHub for an open or closed PR that relates to your submission. You don't want to duplicate existing efforts.
14
+
15
+
- 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.
0 commit comments