Skip to content

Commit

Permalink
chore: update project
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Aug 15, 2023
1 parent 83cee42 commit e89f175
Show file tree
Hide file tree
Showing 12 changed files with 98 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"projectName": "Resources-Front-End-Beginner",
"projectOwner": "thedaviddias",
"files": [
"CONTRIBUTORS.md",
"README.md"
],
"imageSize": 120,
"repoType": "github",
"contributors": []
}
Empty file.
Empty file.
Empty file.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 📝 ​ ​Typo or Grammatical Mistake
url: https://github.com/thedaviddias/Resources-Front-End-Beginner/tree/main
about: Please submit a pull request instead of reporting it as an issue.
3 changes: 3 additions & 0 deletions .github/funding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github: thedaviddias
ko_fi: thedaviddias
open_collective: thedaviddias
17 changes: 17 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
24 changes: 24 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Check Markdown links

on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:

jobs:
markdown-link-check:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Check broken links
uses: gaurav-nelson/[email protected]
with:
base-branch: main
file-path: './README.md'
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Contributing guide
Want to contribute to move.it project? Awesome!
There are many ways you can contribute, see below.

## Opening issues

Open an issue to report bugs or to propose new features.

- Reporting bugs: describe the bug as clearly as you can, including steps to reproduce, what happened and what you were expecting to happen.

- Proposing features: explain the proposed feature, what it should do, why it is useful, how users should use it. Give us as much info as possible so it will be easier to discuss, access and implement the proposed feature. When you're unsure about a certain aspect of the feature, feel free to leave it open for others to discuss and find an appropriate solution.

## Proposing pull requests

Pull requests are very welcome. Note that if you are going to propose drastic changes, be sure to open an issue for discussion first, to make sure that your PR will be accepted before you spend effort coding it.

Fork the move.it repository, clone it locally and create a branch for your proposed bug fix or new feature. Avoid working directly on the master branch.

### How to contribute 💪


Create a new branch with your changes:
```bash
git checkout -b <branch>
```

Save your changes and create a commit message telling you what you did:
```bash
git commit -m "<commit>"
```

Submit your changes:
```bash
git push origin <branch>
```
Empty file added CONTRIBUTORS.md
Empty file.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 David Dias
Copyright (c) 2023 David Dias

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# The most essential list of resources for Front-End beginners (🇺🇸 🇬🇧 & 🇫🇷)
# The most essential list of resources for Front-End beginners (🇺🇸 & 🇫🇷)

[![Join the chat at https://gitter.im/sky-starter-kit/Lobby][gitter-image]][gitter-url] [![Contributors](https://img.shields.io/github/contributors/thedaviddias/Resources-Front-End-Beginner.svg)](https://github.com/thedaviddias/Resources-Front-End-Beginner/graphs/contributors)
[![CC0](https://img.shields.io/badge/license-CC0-green.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

[gitter-image]: https://badges.gitter.im/Front-End-Checklist/Lobby.svg
[gitter-url]: https://gitter.im/Front-End-Checklist/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

If you want to learn how to become a Front-End developer, you are in the right place!

I will regularly update that list with new resources and links I found on the web. Don't hesitate to participate by sending a PR! Maybe your first on Github :)
Expand Down Expand Up @@ -248,7 +244,7 @@ I'm using some emoticons to give you more information on these links.

* Web design Tools
* [Webflow](https://webflow.com/)🆓💰

* Editors
* [Visual Studio Code](https://code.visualstudio.com/) 🆓 🔝
* [Sublime Text](https://www.sublimetext.com/) 🆓
Expand Down

0 comments on commit e89f175

Please sign in to comment.