From 9b3680f0a3a97ebf73cffbe860282c2e053731d6 Mon Sep 17 00:00:00 2001 From: Illia <166410949+unluckxd@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:59:12 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..5b62342ebe 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A calculator that calculates simple interest given principal, annual rate of interest and time period in years. + ``` Input: p, principal amount @@ -13,4 +14,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 789cfb030f358bb9739d88f6c89e9a233c3dc859 Mon Sep 17 00:00:00 2001 From: Illia <166410949+unluckxd@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:01:04 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8046b81b2..75888ffe1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,11 @@ - All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. +# Contributing to the Project + +Thank you for your interest in contributing to this project! By participating, you agree to abide by the project's Code of Conduct. + +## How to Contribute + +### Fork the Repository + +1. Go to the repository page on GitHub: [Repository URL]. +2. Click the "Fork" button in the upper right corner to create a copy of the repository in your GitHub account. +