Skip to content
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

Improving github templates with proper Markdown Syntax #139

Merged
merged 3 commits into from
Oct 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**

Steps to reproduce the behavior:
<!-- Clear steps on how to reproduce the bug. -->
* Step1
* Step2
* ...

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->

**Additional context**
<!-- Add any other context about the problem here. -->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ Describe your issue here. A description of the problem you're trying to solve.
### Mention expected Result or Output of your issue:

### Mention language you want to work on:

32 changes: 16 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
### Your checklist for this pull request
🚨Please review the [guidelines for contributing](https://github.com/sanscript-tech/hacking-tools-scripts/blob/main/CONTRIBUTING.md) to this repository.<br><br>
:warning: Please review the [guidelines for contributing](https://github.com/sanscript-tech/hacking-tools-scripts/blob/main/CONTRIBUTING.md) to this repository.

Parent issue: #("mention issue no.")<br>
Parent issue: #("mention issue no.")

### Type of change

Select all that applies:<br>
[ ]New feature (non-breaking change which adds functionality)<br>
[ ]Bug fix (non-breaking change which fixes an issue)<br>
[ ]Breaking change (fix or feature that would cause existing functionality to not work as expected)<br>
[ ]This change requires a documentation update<br>
**Select all that applies**:
* [ ] New feature (non-breaking change which adds functionality)
* [ ] Bug fix (non-breaking change which fixes an issue)
* [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
* [ ] This change requires a documentation update

### Checklist:

[ ]My code follows the style guidelines(Clean Code) of this project<br>
[ ]I have performed a self-review of my own code<br>
[ ]I have used consistent code conventions and clear function/method/variable names<br>
[ ]I have commented on my code, particularly in hard-to-understand areas<br>
[ ]I have created a helpful and easy to understand README.md which contains description, requirements and use case.<br>
[ ]I have added relevent screenshots if necessary<br>
[ ]I have made corresponding changes to the documentation<br>
[ ]My changes generate no new warnings<br>
* [ ] My code follows the style guidelines(Clean Code) of this project.
* [ ] I have performed a self-review of my own code.
* [ ] I have used consistent code conventions and clear function/method/variable names.
* [ ] I have commented on my code, particularly in hard-to-understand areas.
* [ ] I have created a helpful and easy to understand README.md which contains description, requirements and use case.
* [ ] I have added relevent screenshots if necessary.
* [ ] I have made corresponding changes to the documentation.
* [ ] My changes generate no new warnings.

### 💔Thank you!
### :heart: Thank you!
12 changes: 5 additions & 7 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ reporter of any incident.
Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction
1. ### Correction

**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.
Expand All @@ -81,7 +81,7 @@ unprofessional or unwelcome in the community.
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.

### 2. Warning
2. ### Warning

**Community Impact**: A violation through a single incident or series
of actions.
Expand All @@ -93,7 +93,7 @@ includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or
permanent ban.

### 3. Temporary Ban
3. ### Temporary Ban

**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.
Expand All @@ -104,7 +104,7 @@ private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.

### 4. Permanent Ban
4. ### Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
Expand All @@ -115,6 +115,4 @@ the community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html) version 2.0.
48 changes: 24 additions & 24 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,112 +35,112 @@
_The Event will end on **20 November 2020**.
We will provide a **certificate** of contribution to the participant with at least **one pull request merged.**_

**Mentors/Maintainers of the project:-**
- @tejan-singh
- @yashaswibiyahut
- @balapriyac
**Mentors/Maintainers of the project:-**
- @tejan-singh
- @yashaswibiyahut
- @balapriyac
- @SANKET7738

**_For queries regarding registration, participation, certification and rewards, reach out for help at_
**_For queries regarding registration, participation, certification and rewards, reach out for help at_
[email protected]**

## Fork this repository 🚀

Fork this repository by clicking on the fork button on the top of this page.
This will create a copy of this repository in your account.

<img src="https://user-images.githubusercontent.com/56690856/96425111-453c6380-1219-11eb-80f4-f46a0371ed2e.png">
![forking](https://user-images.githubusercontent.com/56690856/96425111-453c6380-1219-11eb-80f4-f46a0371ed2e.png)

## Clone the repository 🏁

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.

<img src="https://user-images.githubusercontent.com/56690856/96425484-b24ff900-1219-11eb-9cf0-58053ee8b758.png">
![cloning](https://user-images.githubusercontent.com/56690856/96425484-b24ff900-1219-11eb-9cf0-58053ee8b758.png)

Open a terminal and run the following git command:

```
```bash
git clone "url you just copied"
```

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

For example:

```
```bash
git clone https://github.com/sanscript-tech/hacking-tools-scripts
```

<img src="https://user-images.githubusercontent.com/56690856/96425961-3ace9980-121a-11eb-8516-8235782e86f9.png">
![cloning to local](https://user-images.githubusercontent.com/56690856/96425961-3ace9980-121a-11eb-8516-8235782e86f9.png)

## Create a branch ⚓

Change to the repository directory on your computer (if you are not already there):

```
```bash
cd (filename)
```

<img src="https://user-images.githubusercontent.com/56690856/96426111-6ea9bf00-121a-11eb-90e3-8ccc7183a6c0.png">
![set working directory](https://user-images.githubusercontent.com/56690856/96426111-6ea9bf00-121a-11eb-90e3-8ccc7183a6c0.png)

Now create a branch using the `git checkout` command:

```
```bash
git checkout -b your-new-branch-name
```

For example:

```
```bash
git checkout -b dev_username
```

<img src="https://user-images.githubusercontent.com/56690856/96426659-2a6aee80-121b-11eb-81f3-d616ae00229d.png">
![checking out to new branch](https://user-images.githubusercontent.com/56690856/96426659-2a6aee80-121b-11eb-81f3-d616ae00229d.png)

## Make necessary changes and commit those changes 🚏

Do the necessary changes.

If you go to the project directory and execute the command `git status`, you'll see there are changes.
<img src="https://user-images.githubusercontent.com/56690856/96426834-6736e580-121b-11eb-9211-8b26715921ae.png">
![making changes](https://user-images.githubusercontent.com/56690856/96426834-6736e580-121b-11eb-9211-8b26715921ae.png)

Add those changes to the branch you just created using the `git add` command:

```
```bash
git add .
```

<img src="https://user-images.githubusercontent.com/56690856/96427459-34412180-121c-11eb-9fa1-72cdaeae61f3.png">
![add changes](https://user-images.githubusercontent.com/56690856/96427459-34412180-121c-11eb-9fa1-72cdaeae61f3.png)

Now commit those changes using the `git commit` command:

```
```bash
git commit -m "(Add your message here)"
```

replacing `<Add your message here>` with your message.

<img src="https://user-images.githubusercontent.com/56690856/96427464-35724e80-121c-11eb-91c2-20001f5def5a.png">
![commit changes](https://user-images.githubusercontent.com/56690856/96427464-35724e80-121c-11eb-91c2-20001f5def5a.png)

## Push changes to GitHub 🪂

Push your changes using the command `git push`:

```
```bash
git push origin <branch-name>
```

replacing `<branch-name>` with the name of the branch you created earlier.

<img src="https://user-images.githubusercontent.com/56690856/96427466-360ae500-121c-11eb-9c02-e201906a0a72.png">
![push changes](https://user-images.githubusercontent.com/56690856/96427466-360ae500-121c-11eb-9c02-e201906a0a72.png)

## Submit your changes for review 🚩

If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button.
<img src="https://user-images.githubusercontent.com/56690856/96427945-ce08ce80-121c-11eb-9223-a120c7d72541.png">
![create PR](https://user-images.githubusercontent.com/56690856/96427945-ce08ce80-121c-11eb-9223-a120c7d72541.png)

Now submit the pull request.

<img src="https://user-images.githubusercontent.com/56690856/96427954-cfd29200-121c-11eb-90f7-1f4ea2f8342f.png"><br><br>
![submit PR](https://user-images.githubusercontent.com/56690856/96427954-cfd29200-121c-11eb-90f7-1f4ea2f8342f.png)

Soon we will be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
[![forthebadge](https://forthebadge.com/images/badges/thats-how-they-get-you.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/powered-by-black-magic.svg)](https://forthebadge.com)

<br>

[![GitHub issues](https://img.shields.io/github/issues/sanscript-tech/hacking-tools-scripts?style=flat-square)](https://github.com/sanscript-tech/hacking-tools-scripts/issues)
[![GitHub forks](https://img.shields.io/github/forks/sanscript-tech/hacking-tools-scripts?style=flat-square)](https://github.com/sanscript-tech/hacking-tools-scripts/network)
![GitHub pull requests](https://img.shields.io/github/issues-pr/sanscript-tech/hacking-tools-scripts?color=green&style=flat-square)
Expand All @@ -32,18 +30,18 @@ Collection of awesome scripts and hacking tools from basic to advance. Contribut

<p align="center"><img src="https://media.giphy.com/media/Rje6bsoJVORnLBfZwP/giphy.gif" alt="Logo" width="300" height="300"> <img src="https://media.giphy.com/media/HoffxyN8ghVuw/giphy.gif" width="300" height="300">

## Overview
## Overview
This project is mainly ensured to build in an open source community to help the people of our country grow and develop themselves.
## Tech stacks used

## Tech stacks used

**Any Scripting Language**

## How to participate and contribute?
### Register as a participant on [**Sanscript India**](https://sanscript.tech) website and start contributing.***(Registrations are Open!!)***<br>
### Follow contribution guidelines mentioned [here.](https://github.com/sanscript-tech/hacking-tools-scripts/blob/main/CONTRIBUTING.md)<br>
### Contributions will end on ***20 November 2020***.
* Register as a participant on [**Sanscript India**](https://sanscript.tech) website and start contributing. ***Registrations are Open!!***
* Follow contribution guidelines mentioned [here.](https://github.com/sanscript-tech/hacking-tools-scripts/blob/main/CONTRIBUTING.md)
* Contributions will end on ***20 November 2020***.


### This project is under AOS 2020 (Autumn open source program) under Sanscript, India.

Expand Down