summaryrefslogtreecommitdiff
path: root/external/stb/.github
diff options
context:
space:
mode:
Diffstat (limited to 'external/stb/.github')
-rw-r--r--external/stb/.github/CONTRIBUTING.md28
-rw-r--r--external/stb/.github/PULL_REQUEST_TEMPLATE.md6
2 files changed, 34 insertions, 0 deletions
diff --git a/external/stb/.github/CONTRIBUTING.md b/external/stb/.github/CONTRIBUTING.md
new file mode 100644
index 000000000..5e71e8795
--- /dev/null
+++ b/external/stb/.github/CONTRIBUTING.md
@@ -0,0 +1,28 @@
+Pull Requests and Issues are both welcome.
+
+# Responsiveness
+
+General priority order is:
+
+* Crashes
+* Bugs
+* Warnings
+* Enhancements (new features, performance improvement, etc)
+
+Pull requests get priority over Issues. Some pull requests I take
+as written; some I modify myself; some I will request changes before
+accepting them. Because I've ended up supporting a lot of libraries
+(20 as I write this, with more on the way), I am somewhat slow to
+address things. Many issues have been around for a long time.
+
+# Pull requests
+
+* Do NOT update the version number in the file. (This just causes conflicts.)
+* Do add your name to the list of contributors. (Don't worry about the formatting.) I'll try to remember to add it if you don't, but I sometimes forget as it's an extra step.
+
+# Specific libraries
+
+I generally do not want new file formats for stb_image because
+we are trying to improve its security, so increasing its attack
+surface is counter-productive.
+
diff --git a/external/stb/.github/PULL_REQUEST_TEMPLATE.md b/external/stb/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..2b10daa96
--- /dev/null
+++ b/external/stb/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,6 @@
+* Delete this list before clicking CREATE PULL REQUEST
+* Make sure you're using a special branch just for this pull request. (Sometimes people unknowingly use a default branch, then later update that branch, which updates the pull request with the other changes if it hasn't been merged yet.)
+* Do NOT update the version number in the file. (This just causes conflicts.)
+* Do add your name to the list of contributors. (Don't worry about the formatting.) I'll try to remember to add it if you don't, but I sometimes forget as it's an extra step.
+
+If you get something above wrong, don't fret it, it's not the end of the world.