Skip to content

Commit

Permalink
Update docs, clean up folders and file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
dnery committed Oct 17, 2019
1 parent 95251ed commit 8692957
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 22 deletions.
47 changes: 29 additions & 18 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,46 @@
# What to contribute?

Write any algorithm or data structure in the programming language of your choice, and open a pull request.
Write any algorithm, data structure demo or general application in the programming language of your choice, and open a
pull request. Your request will be assigned to one of the maintainers and reviewed as soon as possible.

# What are the rules?
# Are there any rules?

### 1.
Make sure to add the code to the **appropriate directory**.
### 1. Make sure to put your code in an appropriate directory

```
+-- problem category (or sub-category)
| +-- programming language
| | +-- your code!
├── problem category (or sub-category)
├── programming language
│ └── your code!
```

If you don't find a proper location for your code, feel free to create it!
If you don't find a proper location, feel free to create it!

### 2.
Make sure to that the code you're adding **is of your own creation.**
### 2. Make sure to that the code you're adding is of your own creation

If you think this goes without saying, then rest assured that this message is not for you; you already abide by this rule.
If you think this goes without saying, then rest assured that this message is not for you; you most likely already abide
by this rule.

[The Hacktoberfest message is strong](https://hacktoberfest.digitalocean.com/details#quality-standards), and we want to be in tune with their values. For that however,
we maintainers have to be strict when dealing with spam, which is plenty, unfortunately. So here's how it goes:
[The Hacktoberfest message is strong](https://hacktoberfest.digitalocean.com/details#quality-standards), and we want to
be in tune with their values. For that however, we maintainers have to be strict when dealing with spam, which is
plenty, unfortunately. So here's how it goes:

- **Spam PRs or PRs containing blatant copies of snippets from the web will be immediately tagged `invalid` and closed.** We use up our free time to read, review
and engage in every pull request made to this repository, and any time we waste with spam is lost by not properly engaging with developers who actually want
to contribute to the event in a constructive manner.
- **Spam PRs or PRs containing blatant copies of snippets from the web will be immediately tagged `invalid` and
closed.** We use up our free time to read, review and engage in every pull request made to this repository, and any time
we waste with spam is lost by not properly engaging with developers who actually want to contribute to the event in a
constructive manner.

- **If you think your PR was wrongfully taken down, post a comment on your PR clarifying the issue, or just send a mail to any of the maintainers (addresses on their respective profiles).** Given the situation described above, it's totally possible that we end up closing your request by mistake, and we apologize
for it. We'll try our best not to though, and if it does happen, be sure that we'll respond to any inquiries as fast as possible.
- **If you think your PR was wrongfully taken down, post a comment on your PR clarifying the issue, or just send a mail
to any of the maintainers (addresses on their respective profiles).** Given the situation described above, it's totally
possible that we end up closing your request by mistake, and we apologize for it. We'll try our best not to though, and
if it does happen, rest assured that we'll respond to any inquiries as fast as possible.

Again, We're very sorry if any of this was not for your ears. We hope you understand our need to state all this.

If you're reading this, we really do hope you make a contribution here. Happy hacking! :smile:

# A note on stale requests

If your pull request has been inactive for too long after a review with requested changes, as in without any follow-ups,
we might end up tagging your request as `stale` and closing it. The conversation will be left open though, and if by
any chance you'd like to follow up on the old PR, just tag any of the maintainers (preferably one of the assignees)
in a comment and we'll re-open and re-review the contribution.
14 changes: 12 additions & 2 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Description
### Category

Please include a small description of your algorithm/data structure and add reference to the Hacktoberfest issue (#66)
**EDIT ME** How would you categorize your contribution? (Graph search, greedy algorithm, dynamic programming, machine
learning algorithm, etc... Feel free to classify your code as you see fit.)

### Description

**EDIT ME** Please include a small description of your algorithm. Any context you provide will help us review your code
faster and more easily.

---

:beers: Hacktoberfest (#66)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ As long as it's your own authentic piece of code, it's welcome! :wink:

- Want tips on how to write short and sweet commit messages? [Check out this great article](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)

- Make sure to engage the community in a constructive manner! **[Please read our rules and guidelines before contributing]((https://github.com/pirataspinhal/algorithms/issues/126))**
- Make sure to engage the community in a constructive manner! [**Please read our rules and guidelines before contributing**]((https://github.com/pirataspinhal/algorithms/issues/126))

# Credits

Retro computer by Tinashe Mugayi from the Noun Project.
Retro computer by [Tinashe Mugayi](https://thenounproject.com/trellva25/) from the Noun Project.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8692957

Please sign in to comment.