Skip to content

Commit

Permalink
fix: changes to issue forms and socials (#976)
Browse files Browse the repository at this point in the history
Co-authored-by: Tamal Das <tamalcodes@gmail.com>
Co-authored-by: ~Piyush <100259650+PiyushK79@users.noreply.github.com>
Co-authored-by: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 28, 2023
1 parent 6da7379 commit 389a288
Show file tree
Hide file tree
Showing 12 changed files with 92 additions and 75 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
semi: ["error", "always"],
"no-multiple-empty-lines": "error",
"react/prop-types": ["off"],
"react/react-in-jsx-scope": "off",
},
settings: {
react: {
Expand Down
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐞 Bug
description: Report an issue to help improve the project.
title: "[BUG] write a small description here"
title: "[BUG] Write a small description here"
labels:
[
"👷🏻‍♂️ status: awaiting triage",
Expand Down Expand Up @@ -43,17 +43,20 @@ body:
attributes:
label: "Checklist ✅"
options:
- label: "I checked and didn't find similar issue"
- label: "I checked and didn't find similar [issue](https://github.com/tamalCodes/Milan/issues)"
required: true

- label: "I have read the [Contributing Guidelines](https://github.com/tamalCodes/Milan/blob/main/CONTRIBUTING.md)"
required: true

- label: "I am willing to work on this issue (blank for no)"
- label: "I am willing to work on this issue (blank for no)."
required: false

- label: "I am a GSSoC23 contributor (blank for no)."
required: false

- type: markdown
attributes:
value: |
In case of emergencies contact me on [Twitter](https://twitter.com/mrTamall)
In case of emergencies contact me on [Twitter](https://twitter.com/tamalCodes)
Feel free to check out other cool repositories [here](https://github.com/tamalCodes)
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 🙋🏾🙋🏼‍ Need help ?
url: https://twitter.com/mrTamall
url: https://twitter.com/tamalCodes
about: Feel free to ask follow and DM me on Twitter !
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body:
attributes:
label: "Checklist ✅"
options:
- label: "I checked and didn't find similar issue"
- label: "I checked and didn't find similar [issue](https://github.com/tamalCodes/Milan/issues)"
required: true

- label: "I have read the [Contributing Guidelines](https://github.com/tamalCodes/Milan/blob/main/CONTRIBUTING.md)"
Expand All @@ -51,9 +51,12 @@ body:
- label: "I am willing to work on this issue (blank for no)"
required: false

- label: "I am a GSSoC23 contributor (blank for no)."
required: false

- type: markdown
attributes:
value: |
In case of emergencies contact me on [Twitter](https://twitter.com/mrTamall)
In case of emergencies contact me on [Twitter](https://twitter.com/tamalCodes)
Feel free to check out other cool repositories [here](https://github.com/tamalCodes)
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body:
attributes:
label: "Checklist ✅"
options:
- label: "I checked and didn't find similar issue"
- label: "I checked and didn't find similar [issue](https://github.com/tamalCodes/Milan/issues)"
required: true

- label: "I have read the [Contributing Guidelines](https://github.com/tamalCodes/Milan/blob/main/CONTRIBUTING.md)"
Expand All @@ -52,8 +52,11 @@ body:
- label: "I am willing to work on this issue (blank for no)"
required: false

- label: "I am a GSSoC23 contributor (blank for no)."
required: false

- type: markdown
attributes:
value: |
In case of emergencies contact me on [Twitter](https://twitter.com/mrTamall)
In case of emergencies contact me on [Twitter](https://twitter.com/tamalCodes)
Feel free to check out other cool repositories [here](https://github.com/tamalCodes)
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,20 @@ body:
attributes:
label: "Checklist ✅"
options:
- label: "I checked and didn't find similar issue"
- label: "I checked and didn't find similar [issue](https://github.com/tamalCodes/Milan/issues)"
required: true

- label: "I have read the [Contributing Guidelines](https://github.com/tamalCodes/Milan/blob/main/CONTRIBUTING.md)"
required: true

- label: "I am willing to work on this issue (blank for no)"
required: true
required: false

- label: "I am a GSSoC23 contributor (blank for no)."
required: false

- type: markdown
attributes:
value: |
In case of emergencies contact me on [Twitter](https://twitter.com/mrTamall)
In case of emergencies contact me on [Twitter](https://twitter.com/tamalCodes)
Feel free to check out other cool repositories [here](https://github.com/tamalCodes)
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<div align="center">

<img src="https://img.shields.io/github/repo-size/IAmTamal/Milan?style=for-the-badge" />
<a href="https://github.com/IAmTamal/Milan/releases">
<img src="https://img.shields.io/github/package-json/v/IAmTamal/Milan?style=for-the-badge" /></a>
<img src="https://img.shields.io/github/repo-size/tamalCodes/Milan?style=for-the-badge" />
<a href="https://github.com/tamalCodes/Milan/releases">
<img src="https://img.shields.io/github/package-json/v/tamalCodes/Milan?style=for-the-badge" /></a>
<a href="./LICENSE">
<img src="https://img.shields.io/github/license/IAmTamal/Milan?style=for-the-badge" /></a>
<img src="https://img.shields.io/github/license/tamalCodes/Milan?style=for-the-badge" /></a>
</div>
<br>

Expand Down Expand Up @@ -59,7 +59,7 @@ We at Milan work hard to maintain the structure, and use conventional Pull reque

### 🚧 Special

- [Open to contribute](https://github.com/IAmTamal/Milan/issues?q=is%3Aissue+is%3Aopen+label%3A%22%F0%9F%A4%A9+status+%3A++Up+for+Grab%22) issues are the issues that are open to contributions, you can work on them.
- [Open to contribute](https://github.com/tamalCodes/Milan/issues?q=is%3Aissue+is%3Aopen+label%3A%22%F0%9F%A4%A9+status+%3A++Up+for+Grab%22) issues are the issues that are open to contributions, you can work on them.

## License 👮

Expand Down
12 changes: 6 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Reporting a Vulnerability

If you find a security error please **DONOT** make an issue /discussion out of it, talk about it publicly, instead report it with the most details possible to [Tamal Das](https://twitter.com/mrTamall). You can expect an update within the next **36 hours** - if not please be patient.

Thankyou.
Team Milan.
## Reporting a Vulnerability

If you find a security error please **DONOT** make an issue /discussion out of it, talk about it publicly, instead report it with the most details possible to [Tamal Das](https://twitter.com/tamalCodes). You can expect an update within the next **36 hours** - if not please be patient.

Thankyou.
Team Milan.
84 changes: 42 additions & 42 deletions rules/DockerSetup.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@

# Docker setup guidelines 🚀

## Prerequisite

- Install Docker Desktop

## Step 1 - Clone the repository

```
git clone https://github.com/IAmTamal/Milan.git
```

## Step 2 - Change directory to Milan

```
cd Milan
```

## Step 3 - Add env variables

- Once you're done installing, create a `.env` file in the root of your project directory to include all environment variables
- The following are the environment variables you'll need before running the server:
```
PORT=
MONGO_URI=
RAZORPAY_KEY_ID=
KEY_ID=
KEY_SECRET=
```
- You can go through the <a href="https://razorpay.com/docs/api" target="_blank">Razorpay docs</a> to generate the API keys

## Step 4 - Run docker compose file

```
docker-compose up -d --build
```

## Step 5 - Open in browser

`visit localhost:3000 to run the app`


# Docker setup guidelines 🚀

## Prerequisite

- Install Docker Desktop

## Step 1 - Clone the repository

```
git clone https://github.com/tamalCodes/Milan.git
```

## Step 2 - Change directory to Milan

```
cd Milan
```

## Step 3 - Add env variables

- Once you're done installing, create a `.env` file in the root of your project directory to include all environment variables
- The following are the environment variables you'll need before running the server:
```
PORT=
MONGO_URI=
RAZORPAY_KEY_ID=
KEY_ID=
KEY_SECRET=
```
- You can go through the <a href="https://razorpay.com/docs/api" target="_blank">Razorpay docs</a> to generate the API keys

## Step 4 - Run docker compose file

```
docker-compose up -d --build
```

## Step 5 - Open in browser

`visit localhost:3000 to run the app`

4 changes: 2 additions & 2 deletions src/components/Banners/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Banner = () => {
<div className="banner_btn_div">
<Button
className="banner_signup_btn "
to="https://github.com/IAmTamal/Milan"
to="https://github.com/tamalCodes/Milan"
target="_blank"
rel="noreferrer"
variant="outline"
Expand All @@ -41,7 +41,7 @@ const Banner = () => {

<Button
className="banner_signup_btn "
to="https://github.com/IAmTamal/Milan"
to="https://github.com/tamalCodes/Milan"
target="_blank"
rel="noreferrer"
>
Expand Down
16 changes: 10 additions & 6 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,11 @@ const Footer = () => {
<div className="row">
<div className="col-lg-5 col-md-5 mb-lg-0 px-5">
<div className="col-sm-3 col-6 col-lg-3 mx-auto mx-lg-0">
<img src={solidarity} alt="milan logo" className="mt-4 mx-auto img-fluid" />
<img
src={solidarity}
alt="milan logo"
className="mt-4 mx-auto img-fluid"
/>
</div>
{isMobile ? (
<h1 className="h6 join-us text-uppercase text-light font-weight-bold mb-4 mt-2">
Expand All @@ -211,7 +215,7 @@ const Footer = () => {
Want to make Milan better ?<br />
<span className=""> Contribute </span>
<a
href="https://github.com/IAmTamal/Milan"
href="https://github.com/tamalCodes/Milan"
target="_blank"
rel="noreferrer"
className="underline-animation"
Expand Down Expand Up @@ -272,7 +276,7 @@ const Footer = () => {
<ul className="join-us-list list-unstyled mb-0">
<li className="mb-2">
<a
href="https://twitter.com/mrTamall"
href="https://twitter.com/tamalCodes"
target="_blank"
rel="noopener noreferrer"
className="text-decoration-none footer_auth_text"
Expand All @@ -282,7 +286,7 @@ const Footer = () => {
</li>
<li className="mb-2">
<a
href="https://github.com/IAmTamal/Milan"
href="https://github.com/tamalCodes/Milan"
target="_blank"
rel="noopener noreferrer"
className="text-decoration-none footer_auth_text"
Expand Down Expand Up @@ -323,7 +327,7 @@ const Footer = () => {
<div className="socials justify-content-center">
<div className="twitter social-btn">
<a
href="https://twitter.com/mrTamall"
href="https://twitter.com/tamalCodes"
rel="noopener noreferrer"
aria-label="Follow me on Twitter"
target="_blank"
Expand All @@ -333,7 +337,7 @@ const Footer = () => {
</div>
<div className="github social-btn">
<a
href="https://github.com/IAmTamal/Milan"
href="https://github.com/tamalCodes/Milan"
rel="noopener noreferrer"
aria-label="Follow me on Github"
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions src/components/SocialIcons/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const SocialIcons = () => {
<ul className="social-icons list-inline mt-5">
<li className="list-inline-item">
<a
href="https://twitter.com/mrTamall"
href="https://twitter.com/tamalCodes"
target="_blank"
rel="noopener noreferrer"
title="twitter"
Expand All @@ -13,7 +13,7 @@ const SocialIcons = () => {
</li>
<li className="list-inline-item">
<a
href="https://github.com/IAmTamal/Milan"
href="https://github.com/tamalCodes/Milan"
target="_blank"
rel="noopener noreferrer"
title="github"
Expand Down

0 comments on commit 389a288

Please sign in to comment.