Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.06 KB

contrib.md

File metadata and controls

23 lines (14 loc) · 1.06 KB

Contributing to gfx-rs

Communication

General-purpose chat is on Gitter. It has all the project activity displayed on the right side for your convenience. Note that it embeds images and gists automatically, so post bare links with discretion.

If you've got the code, making a pull request to discuss things on the way may be more efficient than posting it to the chat.

There is also a Waffle board, which you can use conveniently to track the whole picture.

Finally, feel free to hop on #rust-gamedev.

Issues

Labels are formatted as "M-render", where "M" is a category among those:

  • T = Type: bug, discussion, doc, feature, optimization, refactor
  • S = Status: blocked, duplicate, invalid, ready, working
  • D = Difficulty: easy, hard, medium
  • M = Module: device, user, render, structure

Code

gfx-rs adheres to Rust Coding Guidelines.