Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Code of Conduct for Simple Interest Calculator Project

## Our Pledge

We, as members, contributors, and leaders of the Simple Interest Calculator project, pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for the Simple Interest Calculator community include:

* Demonstrating empathy and kindness toward other contributors
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback on code or documentation
* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
* Focusing on what is best not just for individuals, but for the overall project community

Examples of unacceptable behavior include:

* Use of sexualized language or imagery, and sexual attention or advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information without explicit permission
* Any other conduct that could reasonably be considered inappropriate in a professional setting

## Enforcement Responsibilities

Project maintainers are responsible for clarifying and enforcing our standards of acceptable behavior. They will take appropriate and fair corrective action in response to any behavior deemed inappropriate, threatening, offensive, or harmful.

Maintainers have the right and responsibility to remove, edit, or reject contributions, comments, issues, or code that are not aligned with this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.

## Scope

This Code of Conduct applies to all community spaces, including GitHub repository interactions, issue trackers, pull requests, and official communications. It also applies when individuals are representing the project publicly, including via official email, social media accounts, or at project events.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainers. All complaints will be reviewed and investigated promptly and fairly.

Maintainers are obligated to respect the privacy and security of reporters of any incident.

## Enforcement Guidelines

### 1. Correction

**Community Impact:** Use of inappropriate language or unprofessional behavior.
**Consequence:** Private warning from maintainers and request for clarification or public apology.

### 2. Warning

**Community Impact:** Violation through a single incident or series of actions.
**Consequence:** Warning with restrictions on interaction with the people involved for a specified period. Further violation may lead to temporary or permanent ban.

### 3. Temporary Ban

**Community Impact:** Serious violation of community standards.
**Consequence:** Temporary ban from interactions with the community, both public and private. Violating this may lead to permanent ban.

### 4. Permanent Ban

**Community Impact:** Pattern of violation, harassment, or aggression toward individuals or groups.
**Consequence:** Permanent ban from any community interactions.

## Attribution

This Code of Conduct is adapted from the Contributor Covenant, version 2.0, and Mozilla's Community Impact Guidelines.

For FAQs and translations, visit [Contributor Covenant](https://www.contributor-covenant.org/).
56 changes: 56 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Contributing to Simple Interest Calculator

Thank you for your interest in contributing to the Simple Interest Calculator project! We welcome contributions from developers of all levels and backgrounds. By participating in this project, you agree to adhere to our [Code of Conduct](CODE_OF_CONDUCT.md).

## How to Contribute

### Reporting Issues

* Use the GitHub [Issues](https://github.com/your-username/simple-interest-calculator/issues) tab to report bugs or suggest enhancements.
* Provide clear, concise, and reproducible steps.

### Submitting Pull Requests

1. Fork the repository to your account.
2. Clone your fork locally:

```bash
git clone https://github.com/your-username/simple-interest-calculator.git
cd simple-interest-calculator
```
3. Create a new branch for your feature or bug fix:

```bash
git checkout -b my-feature-branch
```
4. Make your changes and commit them with clear, descriptive messages:

```bash
git add .
git commit -m "Add new feature or fix description"
```
5. Push your branch to your fork:

```bash
git push origin my-feature-branch
```
6. Open a pull request from your branch to the `main` branch of the original repository.

### Coding Guidelines

* Follow consistent code formatting and naming conventions.
* Write clear and concise comments where necessary.
* Ensure your code does not break existing functionality.

### Code Reviews

* Pull requests will be reviewed by maintainers.
* Be open to feedback and make revisions as requested.

### Community

* Respect all community members.
* Engage positively in discussions.
* Follow the [Code of Conduct](CODE_OF_CONDUCT.md) at all times.

Thank you for helping improve the Simple Interest Calculator project!
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# coding-project-template
#Simple Interest Calculator

The Simple Interest Calculator is an open source application developed to help users quickly compute simple interest for financial planning. The application is hosted on GitHub and designed to be collaborative, allowing developers from around the world to contribute improvements. The repository includes supporting documentation such as a Code of Conduct, contributing guidelines, and is licensed under the Apache License 2.0. Updates and corrections to the application are managed through Git CLI and pull requests to ensure accuracy and maintain community collaboration.