Skip to content

Commit ec5893c

Browse files
committed
Add badges to README.md
1 parent 57d69e7 commit ec5893c

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright <2023> <Niko Hoffrén
1+
Copyright <2023> Niko Hoffrén
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22

33
![Dev Gallery Screenshot](/public/devgallerybanner.png)
44
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5-
[![Version 1.1.3](https://img.shields.io/badge/Version-1.1.3-brightgreen.svg)](https://github.com/nikohoffren/hunajaholisti/pulls)
6-
[![PR:s Welcome](https://img.shields.io/badge/PR:s-Welcome-purple.svg)](https://github.com/nikohoffren/hunajaholisti/pulls)
7-
[![Contributors Welcome](https://img.shields.io/badge/Contributors-Welcome-purple.svg)](https://github.com/nikohoffren/hunajaholisti/pulls)
8-
![GitHub repo size](https://img.shields.io/github/repo-size/nikohoffren/hunajaholisti-homepage)
5+
[![Version 1.1.3](https://img.shields.io/badge/Version-0.1.0-brightgreen.svg)](https://github.com/nikohoffren/devgallery.io/pulls)
6+
[![PR:s Welcome](https://img.shields.io/badge/PR:s-Welcome-purple.svg)](https://github.com/nikohoffren/devgallery.io/pulls)
7+
[![Contributors Welcome](https://img.shields.io/badge/Contributors-Welcome-purple.svg)](https://github.com/nikohoffren/devgallery.io/pulls)
8+
![GitHub repo size](https://img.shields.io/github/repo-size/nikohoffren/devgallery.io)
99

1010
devgallery.io serves as a platform where talented developers can spotlight their projects. It allows developers to not only feature their works but also create personal profiles for added visibility.
1111

1212
</div>
1313

14+
## Table of Contents
15+
16+
- [Features](#features)
17+
- [Tech Stack](#tech-stack)
18+
- [Local Development](#local-development)
19+
- [Contributing](#contributing)
20+
- [Questions](#questions)
21+
- [License](#license)
22+
23+
1424
## Features
1525

1626
- Browse various development projects
@@ -37,7 +47,7 @@ Follow these steps to run the application in your local environment:
3747

3848
```bash
3949
cd devgallery.io
40-
npm install
50+
npm i
4151
```
4252

4353
3. Run the development server.
@@ -60,6 +70,19 @@ Contributions to Dev Gallery are always welcome, whether it be improvements to t
6070
<br>`git push -u origin my-new-feature`
6171
6. Submit a pull request.
6272

73+
74+
We kindly request that you express your interest in working on a particular issue by leaving a message on the respective issue thread. This will allow us to assign the issue to you directly, thereby preventing multiple individuals from simultaneously working on the same problem.
75+
76+
If you have some small bug, feature or fix to make, that is not currently on Issues, feel free to submit a pull request.
77+
78+
For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
79+
80+
Also, please read our [Contributing Guidelines](CONTRIBUTING.md) for more information.
81+
82+
## Questions
83+
84+
If you have any questions about the repo, open an issue or contact me directly at [email protected].
85+
6386
## License
6487

6588
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)