Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

30 lignes
1.1 KiB

  1. ---
  2. name: new issue template
  3. about: generic template for new issues
  4. title: "[module] Short description of the issue/bug/feature"
  5. labels: ''
  6. assignees: ''
  7. ---
  8. Please, before submitting a new issue verify and check:
  9. - [ ] I tested it on latest raylib version from master branch
  10. - [ ] I checked there is no similar issue already reported
  11. - [ ] My code has no errors or misuse of raylib
  12. ### Issue description
  13. *Briefly describe the issue you are experiencing (or the feature you want to see added to raylib). Tell us what you were trying to do and what happened instead. Remember, this is not the best place to ask questions. For questions, go to [raylib Discord server](https://discord.gg/VkzNHUE).*
  14. ### Environment
  15. *Provide your Platform, Operating System, OpenGL version, GPU details where you experienced the issue.*
  16. ### Issue Screenshot
  17. *If possible, provide a screenshot that illustrates the issue. Usually an image is better than a thousand words.*
  18. ### Code Example
  19. *Provide minimal reproduction code to test the issue. Please, format the code properly and try to keep it as simple as possible, just focusing on the experienced issue.*