-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Community Files and Defined Folder Organization Structure. #6
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,45 @@ | |||
# Prerequisites | |||
|
|||
```Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.**``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why surrounding most of the lines with back ticks? That way, they will appear as code snippets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh ok. I just felt that they appear cleaner when seen in MarkDown Preview. So that's why. But sure I'll remove them. Do you want them to be removed from all the places apart from where they represent actual Code Snippets ?
- [ ] I am running the latest version | ||
- [ ] I checked the documentation and found no answer | ||
- [ ] I checked to make sure that this issue has not already been filed | ||
- [ ] I'm reporting the issue to the correct repository (for multi-repository projects) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change these statements to questions as you mentioned above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry. I don't think I got that properly. Like, by questions do you mean something like :
- Are you running the latest version ?
- Have you already checked out the documentation and were unable to find an answer ?
- and so on . . .
Is this the expected format ?
|
||
```Please provide detailed steps for reproducing the issue.``` | ||
|
||
1. step 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow the same casing: use "Step" (with capital S).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah sure. I'll fix this.
Thanks @Ansh-Sarkar for your contribution. It will take me some time before reviewing the PR. |
Sure. I'll complete the changes and update the PR as soon as you finish reviewing and are happy with the proposed changes. |
@OmarBazaraa Do you think we should add a LICENSE.md file to this repo as well ? |
@OmarBazaraa . Did you get a chance to have a look at this PR ? |
Community Files and Docs
CONTRIBUTIONS.md
,docs/README.md
,ISSUE_TEMPLATES
,.github
,PR_TEMPLATES
,CODE_OF_CONDUCT.md
README.md
,src/data_structures/sparse_table/README.md
Documentation Added
Implementation of DSU : disjoint_sets_union/README.md
#5