Skip to content

Commit

Permalink
Merge pull request #1 from adambard/master
Browse files Browse the repository at this point in the history
ff
  • Loading branch information
SmuSmu committed Oct 29, 2018
2 parents 3a41a60 + 9317733 commit 1372607
Show file tree
Hide file tree
Showing 246 changed files with 31,647 additions and 3,155 deletions.
2 changes: 1 addition & 1 deletion CHICKEN.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ supports R5RS and R7RS (work in progress) standards and many extensions.
(string-append "pine" "apple") ;; => "pineapple"
(string-ref "tapioca" 3) ;; => #\i;; character 'i' is at index 3
(string->list "CHICKEN") ;; => (#\C #\H #\I #\C #\K #\E #\N)
(string->intersperse '("1" "2") ":") ;; => "1:2"
(string-intersperse '("1" "2") ":") ;; => "1:2"
(string-split "1:2:3" ":") ;; => ("1" "2" "3")
Expand Down
7 changes: 7 additions & 0 deletions CONTRIBUTING.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ contributors:
lang: ep-ep
---
```

### Should I add myself as a Contributor?

If you want to add yourself to contributors, keep in mind that contributors get
equal billing, and the first contributor usually wrote the whole article. Please
use your judgement when deciding if your contribution constitutes a substantial
addition or not.
9 changes: 9 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Is this a major issue that you cannot fix?

**Being a community driven documents of languages and tools,"YOUR" contributions
are also important.
If the issue you're reporting is trivial to report to maintainers why not contribute
to fix it. In that way, you will have contributed to an awesome open-source project.
The changes can be typo fix, fixing of data in examples or grammar fix. If you found it,
why not do it and take full credit for it?**

Make sure the issue title is prepended with '[language/lang-code]' if the language is
already on the site.
If it's a request for a new language, use: '[Request] [language/lang-code]'
Expand Down
Loading

0 comments on commit 1372607

Please sign in to comment.