Skip to content

Commit 2f38663

Browse files
authored
Create CONTRIBUTING.md
1 parent a5c2caf commit 2f38663

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CONTRIBUTING.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
### Contribution Guidelines
2+
When contributing, please be sure to submit new files via a PR instead of editing someone else's. If you would like to request an edit from someone else, please open an issue and tag the contributor (check with git blame).
3+
4+
# One line wonders
5+
A collection of one-line programs in various languages, performing various tasks.
6+
**"One-Line"** is for those languages that support it; the aim is to create a runnable file the shortest a language can allow (i.e. no using ; instead of a new line and "minifying" it to be one line).
7+
8+
### Why?
9+
Have some fun with coding every once in a while, and see how you can abuse the semantics of a language.
10+
11+
### Contributing
12+
Anyone can contribute to this repo by opening a PR, your contribution will be open-source on Github. Don't know what to make? Try coding something that logs "Hello, world!" to the console!
13+
14+
### Hacktoberfest
15+
Celebrate [Hacktoberfest](https://hacktoberfest.digitalocean.com/) together with a diverse community of developers from around the world!
16+
17+
PRs marked as spam will not be counted towards 5 PRs in the month of October for your **free Hacktoberfest T-Shirt!**
18+
19+
### Let's Get Started
20+
1. Fork this repository
21+
- Click the Fork button in the top right of this page, then click on your profile image.
22+
2. Clone to desktop `git clone https://github.com/your-username/one-line-wonders.git`
23+
3. Checkout a branch `git checkout -b feature/branch-name`
24+
4. Make yourself known
25+
- Add your bio to the CONTRIBUTORS.md file
26+
27+
Name: [YOUR NAME](Github Link)</br>
28+
Place: Where are you from?</br>
29+
Coding Experience: Which programming languages do you know? What projects have you/do you worked on?</br>
30+
Email: [email protected]</br>
31+
32+
5. Add your one-line program's files. If a folder for your code's language does not exist, feel free to create it.
33+
6. Commit and push `git add .; git commit -m "commit message"; git push origin branch-name;`
34+
7. Create a new Pull Request from your fork
35+
- Click on the New Pull Request button located near the top of your repository.
36+
8. Wait for your PR to be reviewed!
37+
38+
**Star this repository if you had fun** :star::tada:

0 commit comments

Comments
 (0)