aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2020-01-05 02:33:33 +0000
committerGitHub <noreply@github.com>2020-01-05 02:33:33 +0000
commite165799835e104cd8a28537371b4abe44df8f0c6 (patch)
tree4100c138a618f9410cf645ffe3154871f9ee2e77 /README.md
parent3b43d9f0b6615bfe7ae9cf6581b779f2ae43f80d (diff)
downloadperlweeklychallenge-club-e165799835e104cd8a28537371b4abe44df8f0c6.tar.gz
perlweeklychallenge-club-e165799835e104cd8a28537371b4abe44df8f0c6.tar.bz2
perlweeklychallenge-club-e165799835e104cd8a28537371b4abe44df8f0c6.zip
Minor update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 130ab0a79e..5c7bc148aa 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This is the central repository for the members of [**Perl Weekly Challenge**](ht
## How to contribute?
Just submit Pull Request with your solutions.
-First find out the latest challenge folder, more likely the highest numbered folder is the latest challenge folder e.g. challenge-002. If you are an existing member, you would probably find a folder by your name. For example, if your name is "Joe Blog" then there would be a folder called "joe-blog". Under your named folder, you would find a file **README**. Depending on your choice of language, you should create a folder here e.g. **perl** for Perl and **raku** for Raku. Inside each of these folders you can save your solutions. If it is perl script for **Task #1** then call it **ch-1.pl**. Similarly if it is perl script for **Task #2** then call it **ch-2.pl**. For **Raku** solutions, call it **ch-1.p6** and **ch-2.p6** respectively. And if you are writing one-liner then call it **ch-1.sh** or **ch-2.sh**. If you are contributing for the first time, please create your named folder as described above. Also let us know what name you would like us to use?
+First find out the latest challenge folder, more likely the highest numbered folder is the latest challenge folder e.g. challenge-002. If you are an existing member, you would probably find a folder by your name. For example, if your name is "Joe Blog" then there would be a folder called "joe-blog". Under your named folder, you would find a file **README**. Depending on your choice of language, you should create a folder here e.g. **perl** for **Perl** and **raku** for **Raku**. Inside each of these folders you can save your solutions. If it is perl script for **Task #1** then call it **ch-1.pl**. Similarly if it is perl script for **Task #2** then call it **ch-2.pl**. For **Raku** solutions, call it **ch-1.p6** and **ch-2.p6** respectively. And if you are writing one-liner then call it **ch-1.sh** or **ch-2.sh**. If you are contributing for the first time, please create your named folder as described above. Also let us know what name you would like us to use?
In case you have created a blog about your solutions, then create a file called **blog.txt** and add the link to it.