added stb, more binaryout changes"
[henge/apc.git] / stb / .github / CONTRIBUTING.md
1 Pull Requests and Issues are both welcome.
2
3 # Responsiveness
4
5 General priority order is:
6
7 * Crashes
8 * Bugs
9 * Warnings
10 * Enhancements (new features, performance improvement, etc)
11
12 Pull requests get priority over Issues. Some pull requests I take
13 as written; some I modify myself; some I will request changes before
14 accepting them. Because I've ended up supporting a lot of libraries
15 (20 as I write this, with more on the way), I am somewhat slow to
16 address things. Many issues have been around for a long time.
17
18 # Pull requests
19
20 * Do NOT update the version number in the file. (This just causes conflicts.)
21 * 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.
22
23 # Specific libraries
24
25 I generally do not want new file formats for stb_image because
26 we are trying to improve its security, so increasing its attack
27 surface is counter-productive.
28