Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
963 B

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