Skip to content

Commit

Permalink
chore: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skpandey01 committed Mar 21, 2024
1 parent 1a309e5 commit 8b4db4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/Contributor_Guide/Contributing.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Contribute to <Project_Name>
# Contribute to the_ultimate_solution

Thank you for taking the time to contribute to <project_name>! We really appreciate it.
Thank you for taking the time to contribute to the_ultimate_solution! We really appreciate it.

Before contributing, please make sure to read the [Code of Conduct](../../CODE_OF_CONDUCT.md). We expect you to follow it in all your interactions with the project.

## New to <Project_Name>?
## New to the_ultimate_solution?

If you are new to <Project_Name>, please take a look at the [documentation](./Project_Tour.md). It is a great place to start.
If you are new to the_ultimate_solution, please take a look at the [documentation](./Project_Tour.md). It is a great place to start.

## New Contributor Guide

Expand All @@ -22,13 +22,13 @@ If you find a bug in the source code, you can help us by [submitting an issue](.

### Suggesting Enhancements

If you want to suggest an enhancement to <Project_Name>, please [submit an issue](../ISSUE_TEMPLATE/feature_request.yaml).
If you want to suggest an enhancement to the_ultimate_solution, please [submit an issue](../ISSUE_TEMPLATE/feature_request.yaml).

### Pull Requests

If you want to contribute to <Project_Name>, submit a pull request.
If you want to contribute to the_ultimate_solution, submit a pull request.

- url: `https://github.com/OPCODE-Open-Spring-Fest/<project_Name>/compare/branch...YOURGITHUBUSERNAME:<project_Name>:BRANCH?quick_pull=1&template=pr.md`
- url: `https://github.com/OPCODE-Open-Spring-Fest/the_ultimate_solution/compare/branch...YOURGITHUBUSERNAME:the_ultimate_solution:BRANCH?quick_pull=1&template=pr.md`

### Requirements

Expand Down
4 changes: 3 additions & 1 deletion .github/Contributor_Guide/Project_Tour.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Project Tour

In the 'rec' folder ,you'll find a single file with a '.ino' extension. This file is where you should make all your changes, simply open this file to access the Arduino code and update it as needed. If you have any questions or need assistance with the changes feel free to ask!.

```bash
| .gitignore
Expand Down Expand Up @@ -30,5 +32,5 @@
| pre-commit
|
\---rec
thechallenge.txt
the_ultimate_solution.ino
```
File renamed without changes.

0 comments on commit 8b4db4d

Please sign in to comment.