From aa2d2669cac43ac24a6d16efe3cf2a263ac40e86 Mon Sep 17 00:00:00 2001 From: Sahn Lam Date: Wed, 25 Oct 2023 21:54:11 -0700 Subject: [PATCH] Add CONTRIBUTING.md (#45) --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..da16ad6 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +Contributing +============ + +Thank you for your interest in contributing! Here are some guidelines to follow when submitting pull requests: + +## Pull Requests + +* Each pull request should focus on a single topic or concept. +* Avoid making changes across multiple topics in the same PR. +* Give your PR a clear title summarizing the topic you are addressing. +* If you notice typos or issues in diagrams, please open a separate issue instead of fixing the images directly. We will update the source images and republish fixes. + +### GitHub Pull Requests Docs + +If you are not familiar with pull requests, review the [pull request docs](https://help.github.com/articles/using-pull-requests/).