Skip to content

Commit

Permalink
chore: code formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankarpal committed May 29, 2023
1 parent ae14d9c commit 6c802a9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/stale-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ jobs:
steps:
- uses: actions/[email protected]
with:
# stale issue labels
# stale issue labels
stale-issue-label: 'no-issue-activity'
exempt-issue-labels: 'work-in-progress'
# stale pr lables
# stale pr lables
stale-pr-label: 'no-pr-activity'
exempt-pr-labels: 'work-in-progress'
# issue close & warning days
# issue close & warning days
days-before-issue-stale: 3
days-before-issue-close: 1
# pr close & warning days
# pr close & warning days
days-before-pr-stale: 3
days-before-pr-close: 1
# stale issue messages
# stale issue messages
stale-issue-message: >
This issue has been automatically marked as stale because it has been open for few days
with no activity. It will be closed in next 1 days if no further activity occurs.
close-issue-message: >
This issue has been closed because it has not received any activity in the last few days
since being marked as 'stale'
# pr issue messages
# pr issue messages
stale-pr-message: 'This PR is stale because it has been open few days with no activity. Please give us an updates or this will be closed in 1 days.'
close-pr-message: 'This PR was closed because it has been stalled for few days with no activity.'
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# What is ProjectsHut ?

Projectshut is an open source web app that enables users to freely publish their projects and create user profiles within the platform. It provides a user-friendly interface for showcasing projects and fosters a collaborative community for creative minds.
Projectshut is an open source web app that enables users to freely publish their projects and create user profiles within the platform. It provides a user-friendly interface for showcasing projects and fosters a collaborative community for creative minds.

> Whether you're a seasoned professional or just starting out, It's a valuable resource for sharing your work and making connections in the tech community, with its [Open Source](https://opensource.guide) design.
![projectshut](https://user-images.githubusercontent.com/88102392/235369195-189ad8cd-31df-4099-8b99-3efac3056651.png)


## How to contribute ?

> Here are some steps you can take to contribute to this project:
- Remember to read [Code Of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md) before contributing.
- Follow the [Contribution Documents](/contributing.md).
- Follow the [Contribution Documents](/contributing.md).
- Create an [issue](https://github.com/priyankarpal/ProjectsHut/issues/new/choose) to report bugs, and vulnerabilities or add a new feature.
- Remember to add a good commit message. You can see this blog for reference [How to write professional commits?](https://www.conventionalcommits.org/en/v1.0.0/) before commiting the changes.
- Remember to add a good commit message. You can see this blog for reference [How to write professional commits?](https://www.conventionalcommits.org/en/v1.0.0/) before commiting the changes.
- Don't spam if you do it your PR/issue will be closed.

## Prerequisites
Expand All @@ -25,22 +26,21 @@ Projectshut is an open source web app that enables users to freely publish their
## Tech Stack Used

> We're excited to share that our project leverages the power of React for the frontend, with the stylish and versatile **Tailwind CSS** for an eye-catching and intuitive User Interface (UI).
- [ReactJs](https://reactjs.org/) - React is a free and open-source front-end JavaScript library
- [Tailwind CSS](https://tailwindcss.com/) - Tailwind CSS is an open source CSS framework
- [ReactJs](https://reactjs.org/) - React is a free and open-source front-end JavaScript library
- [Tailwind CSS](https://tailwindcss.com/) - Tailwind CSS is an open source CSS framework

## Available Languages

- [한국인](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Korean)
- [Española](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Spanish)
- [தமிழ்](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Tamil)
- [German](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/German)
- [Italiano](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Italian)
- [Japanese](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Japanese)
- [French](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/French)
- [हिंदी](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Hindi)
- [Tagalog](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Tagalog)

- [한국인](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Korean)
- [Española](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Spanish)
- [தமிழ்](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Tamil)
- [German](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/German)
- [Italiano](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Italian)
- [Japanese](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Japanese)
- [French](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/French)
- [हिंदी](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Hindi)
- [Tagalog](https://github.com/priyankarpal/ProjectsHut/tree/main/translations/Tagalog)

<h1 align=center> Project Admin </h1>
<table align=center >
Expand Down

0 comments on commit 6c802a9

Please sign in to comment.