Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.5 KB

File metadata and controls

37 lines (21 loc) · 1.5 KB

How to contribute to Pictionary

🎉 Thank you for your interest in Pictionary. 🎉

Before contributing

  • Create your GitHub account.
  • Fork Pictionary to your GitHub.

Did you write a new code to add keywords?

  • Open a new GitHub pull request with the code.

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under issues.

  • If you're unable to find an open issue addressing the problem, open a new one.

  • Be sure to include a title and clear desciption, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occuring.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

Do you have questions about the source code?

Do you want to contribute the Pictionary documantation?

  • Pictionary documentations are stored in .md formats in docs folder in this repository.
  • For example, if an English document is XXX.md then it's Japanese file will be named as XXX-ja.md and are linked to each other.
  • Just like the source code, make a pull request on GitHub for your document.

Othre Languages