Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rumenpetrov authored Mar 8, 2024
1 parent 90fa8e6 commit e7d2fd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Contribution guide

## How to participate in a challenge?
### How to participate in a challenge?
1. Your contribution should fit on **single HTML file**, no folders, no any other external files even icons or images. You could use inline SVGs or CDN, if it is really necessary.
2. Navigate to the folder which represents the challenge you want to participate in (`/public/challenge-contributions/THE_NUMBER_OF_THE_CHALLENGE`).
3. Find the HTML file with your name and write the code you want to contribute. It is named using the first letter of your first name in combination with your last name.
4. You could use any of the methods described below to access the project.

## How to add my code to the project?
### How to add my code to the project?
#### Option 1: Request access to the project
You could requires access writes to the project then you could use the GitHub UI to upload a HTML file. Alternatively you clone the project locally, create branch and submit your files by opening a PR to master.

Expand All @@ -17,5 +17,5 @@ You could fork the project and then open PR to the upstream project. Here are co
* [GitHub Pull Request in 100 Seconds - Git a FREE sticker](https://www.youtube.com/watch?v=8lGpZkjnkt4)
* [How to make a pull request on an open source project](https://www.youtube.com/watch?v=8A4TsoXJOs8)

## Git, branches, name, strategy...
### Git, branches, naming, strategy...
TBD

0 comments on commit e7d2fd2

Please sign in to comment.