Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3fa219b

Browse files
Merge pull request #3 from DevLoversTeam/develop
Develop
2 parents 3874f1c + 32fc66d commit 3fa219b

File tree

6 files changed

+143
-19
lines changed

6 files changed

+143
-19
lines changed

‎.github/CONTRIBUTING.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
<!-- Дякуємо за ваш внесок у Frontend Lovers 🎉 -->
1+
# 🧠 Як зробити внесок у DevLovers
22

3-
<!-- Ці коментарі є лише підказкою — вони не будуть видимі у створеному pull request-->
3+
Дякуємо, що хочете зробити внесок у наш проєкт! Нижче описано кілька простих правил, які допоможуть вам підготувати якісний pull request.
44

5-
Чекліст:
5+
## 🔧 Формат доповнення
66

7-
- [ ] Я ознайомився з [CONTRIBUTING.md](CONTRIBUTING.md) і дотримувався вказівок.
8-
- [ ] Моє доповнення не дублює вже існуюче питання чи відповідь.
9-
- [ ] Я додав(ла) нове запитання у відповідному форматі (див. існуючі приклади).
10-
- [ ] Я додав(ла) нове запитання **в кінець файлу** з **наступним за порядком номером**.
7+
- Кожне питання повинне бути оформлене в HTML-елементі `<details>` зі структурою:
118

12-
---
13-
14-
<!-- Будь ласка, коротко опишіть, що саме ви додаєте або змінюєте, і чому це варте включення. -->
15-
16-
...
9+
![Code](../assets/code.png)

‎.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# 🧠 Як зробити внесок у Frontend Lovers
1+
<!-- Дякуємо за ваш внесок у DevLovers 🎉 -->
22

3-
Дякуємо, що хочете зробити внесок у наш проєкт! Нижче описано кілька простих правил, які допоможуть вам підготувати якісний pull request.
3+
<!-- Ці коментарі є лише підказкою — вони не будуть видимі у створеному pull request-->
44

5-
## 🔧 Формат доповнення
5+
Чекліст:
66

7-
- Кожне питання повинне бути оформлене в HTML-елементі `<details>` зі структурою:
7+
- [ ] Я ознайомився з [CONTRIBUTING.md](CONTRIBUTING.md) і дотримувався вказівок.
8+
- [ ] Моє доповнення не дублює вже існуюче питання чи відповідь.
9+
- [ ] Я додав(ла) нове запитання у відповідному форматі (див. існуючі приклади).
10+
- [ ] Я додав(ла) нове запитання **в кінець файлу** з **наступним за порядком номером**.
811

9-
![Code](../assets/code.png)
12+
---
13+
14+
<!-- Будь ласка, коротко опишіть, що саме ви додаєте або змінюєте, і чому це варте включення. -->
15+
16+
...

‎.gitignore

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
#Junk
2+
.DS_Store
3+
.vscode/
4+
.idea/
5+
6+
# Logs
7+
logs
8+
*.log
9+
npm-debug.log*
10+
yarn-debug.log*
11+
yarn-error.log*
12+
lerna-debug.log*
13+
14+
# Diagnostic reports (https://nodejs.org/api/report.html)
15+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
16+
17+
# Runtime data
18+
pids
19+
*.pid
20+
*.seed
21+
*.pid.lock
22+
23+
# Directory for instrumented libs generated by jscoverage/JSCover
24+
lib-cov
25+
26+
# Coverage directory used by tools like istanbul
27+
coverage
28+
*.lcov
29+
30+
# nyc test coverage
31+
.nyc_output
32+
33+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
34+
.grunt
35+
36+
# Bower dependency directory (https://bower.io/)
37+
bower_components
38+
39+
# node-waf configuration
40+
.lock-wscript
41+
42+
# Compiled binary addons (https://nodejs.org/api/addons.html)
43+
build/Release
44+
45+
# Dependency directories
46+
node_modules/
47+
jspm_packages/
48+
49+
# TypeScript v1 declaration files
50+
typings/
51+
52+
# TypeScript cache
53+
*.tsbuildinfo
54+
55+
# Optional npm cache directory
56+
.npm
57+
58+
# Optional eslint cache
59+
.eslintcache
60+
61+
# Microbundle cache
62+
.rpt2_cache/
63+
.rts2_cache_cjs/
64+
.rts2_cache_es/
65+
.rts2_cache_umd/
66+
67+
# Optional REPL history
68+
.node_repl_history
69+
70+
# Output of 'npm pack'
71+
*.tgz
72+
73+
# Yarn Integrity file
74+
.yarn-integrity
75+
76+
# dotenv environment variables file
77+
.env
78+
.env.test
79+
80+
# parcel-bundler cache (https://parceljs.org/)
81+
.parcel-cache
82+
83+
# Next.js build output
84+
.next
85+
86+
# Nuxt.js build / generate output
87+
.nuxt
88+
89+
90+
# Gatsby files
91+
.cache/
92+
# Comment in the public line in if your project uses Gatsby and *not* Next.js
93+
# https://nextjs.org/blog/next-9-1#public-directory-support
94+
# public
95+
96+
# vuepress build output
97+
.vuepress/dist
98+
99+
# Serverless directories
100+
.serverless/
101+
102+
# FuseBox cache
103+
.fusebox/
104+
105+
# DynamoDB Local files
106+
.dynamodb/
107+
108+
# TernJS port file
109+
.tern-port
110+
111+
112+
.venv
113+
venv
114+
__pycache__

‎.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"printWidth": 80,
3+
"useTabs": false,
4+
"semi": true,
5+
"singleQuote": true,
6+
"trailingComma": "es5",
7+
"bracketSpacing": true,
8+
"arrowParens": "avoid",
9+
"proseWrap": "always"
10+
}

‎LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Frontend Lovers
3+
Copyright (c) 2025 DevLovers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
If you discover a security issue in any of my projects, I would greatly appreciate your help in resolving it responsibly. Here's how you can report it:
66

77
1. **Contact me:**
8-
Please send an email to **[frontendlovers@gmail.com](mailto:frontendlovers@gmail.com)** with:
8+
Please send an email to **[devlovers.net@gmail.com](mailto:devlovers.net@gmail.com)** with:
99

1010
- A clear description of the issue.
1111
- Steps to reproduce the vulnerability.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /