From fbcffe02fa823468a79bbecdfb35339e9c89b694 Mon Sep 17 00:00:00 2001 From: Daniel Stokes Date: Mon, 22 Jun 2020 19:03:36 -0700 Subject: [PATCH] Add initial CONTRIBUTING.md --- CONTRIBUTING.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..27d2315bf1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Contributing to Panda3D +Thank you for looking into ways to contribute to Panda3D. +Most information on how to contribute and get involved already exists in other places. +Therefore this page serves as another way to find those resources. + +## Useful Links +* [panda3d.org](https://www.panda3d.org) +* [Manual](https://docs.panda3d.org/1.10/python/index) + +### Getting in Touch With the Community +* [Discord](https://discord.gg/UyepRMm) +* [IRC](https://www.panda3d.org/manual/?title=The_IRC_Channel) +* [Forum](https://discourse.panda3d.org/) + + +## Building the Project +Information on how to build Panda3D can be found in the [README](https://github.com/panda3d/panda3d#building-panda3d). + +## Testing the Project +Information on how to test Panda3D can be found in the [README](https://github.com/panda3d/panda3d#running-tests). + +## Ways to Get Involved +Information on various ways to get involved with Panda3D can be found [on the main web site](https://www.panda3d.org/get-involved/).