Skip to content

Commit a396722

Browse files
authored
hacktoberfest prompt
1 parent 9a0d625 commit a396722

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

README.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,42 @@
1-
# hacktocrazy
1+
# ✨ hacktocrazy 💫
2+
3+
![banner](https://hacktoberfest.digitalocean.com/_nuxt/img/logo-hacktoberfest-full.f42e3b1.svg)
4+
5+
## 🌱 Contributing to hacktoberfest 2021
6+
7+
### Welcome to hacktocrazy Public Repository. 👨🏻‍💻
8+
<p>A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.
9+
10+
https://hacktoberfest.digitalocean.com/</p>
11+
12+
-----
13+
14+
### What can You contribute ⚠️
15+
* There are language Specific folders in the repository choose any you're comfortable with if not, make one.
16+
* You can contribute any thing you like any algorithm, any favourite code, Project etc to this repository.
17+
* Make sure your follow the below steps.
18+
-----
19+
20+
### Process are as follows :-
21+
* Login using github @ [Hacktoberfest](https://hacktoberfest.digitalocean.com/)
22+
* Create four valid pull requests (PRs) between 1st - 31st October
23+
24+
------
25+
### How to Contribute to this repository
26+
27+
* Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
28+
* Clone the forked repository to your local machine.
29+
```markdown
30+
git clone https://github.com/your-username/Hactocrazy.git
31+
```
32+
* Write your code.
33+
* Make a new branch.
34+
* Make change in the repository with the new branch.
35+
* Make a pull request.
36+
* Star the repository.
37+
38+
### NOTE
39+
40+
* Make Sure you commit your changes in a new branch.
41+
* Make Sure you Give proper name to your files describing the addition.
42+
* Also Make Sure you comment your code whereever necessary.

0 commit comments

Comments
 (0)