From 0b4b49b7039ffbf421f7fa4a6bda1005cc6655c6 Mon Sep 17 00:00:00 2001 From: Neha Bagga <nbagga@myune.edu.au> Date: Fri, 15 Sep 2023 19:44:29 +0000 Subject: [PATCH] Add CONTRIBUTING --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7988853 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +# Contributing to A&B Toys Inventory Management System + +We welcome contributions to the A&B Toys Inventory Management System. By contributing, you can help improve the project and make it more robust. Before you start contributing, please take a moment to read through this guide. + +## Contributors + +We would like to acknowledge and thank the following contributors for their valuable contributions to this project: + +- [hkaur28](https://github.com/hkaur28) +- [nbagga](https://github.com/nbagga) + +## How to Contribute + +1. Fork the repository by clicking the "Fork" button on the top right corner of the repository's GitHub page. + +2. Clone your forked repository to your local machine: + + ```bash + git clone <your_forked_repository_url> + cd <your_forked_repository_directory> -- GitLab