create .design

This commit is contained in:
Giuliano Bellini
2022-12-02 12:27:00 +01:00
committed by GitHub
parent 17a74f9f95
commit ede12fd500

75
.design/README.md Normal file
View File

@@ -0,0 +1,75 @@
<div align="center">
<p align="center"><a href="https://github.com/GyulyVGC/sniffnet"><img alt="Sniffnet" src="resources/header_repository.png" width="100%"/></a></p>
<h1>Design Guidelines & Resources</h1>
<p>A collection of design contribution guidelines and resources for Sniffnet.</p>
</div>
> **All participating designers are highly encouraged to shape and evolve these guidelines!**
## 👋 Welcome
Sniffnet is an application to make Internet traffic analysis easily understandable to the vast majority of people, even if they are not networking expert.
Although, at the same time, Sniffnet tries to convey information that can be useful to effectively monitor the network traffic,
with many additional functionalities planned for the future releases.
## 📖 Table of contents
- [👋 Welcome](#-welcome)
- [📖 Table of contents](#-table-of-contents)
- [🚢 How to contribute design](#-how-to-contribute-design)
- [🚀 Our Main Product](#-our-main-product)
- [Target audience](#target-audience)
- [Design files](#design-files)
- [💅 Design relevant materials](#-design-relevant-materials)
- [Fonts](#fonts)
- [Colors](#colors)
- [Logos](#logos)
- [🎓 License](#-license)
## 🚢 How to contribute design
1. Check out open [issues](https://github.com/gyulyvgc/sniffnet/issues) here on GitHub (we label them with `design: 💅required`)
2. Feel free to open an issue on your own if you find something you would like to contribute to the project and use the `design: 💡idea` label for it.
3. Clone the public Figma files if available or create new ones and share them publicly
4. Add your contributions to an issue and I promise I will review your contribution carefully and foster discussions
**We encourage you to:**
- Get in touch with me by starting a discussion on [GitHub](https://github.com/gyulyvgc/sniffnet/discussions).
- Check out our [Contributor Guide](https://github.com/GyulyVGC/sniffnet/blob/main/CONTRIBUTING.md) and
[Code of Conduct](https://github.com/GyulyVGC/sniffnet/blob/main/CODE_OF_CONDUCT.md)
## 🚀 Our Main Product
Sniffnet can be downloaded [here](https://github.com/GyulyVGC/sniffnet/releases)
### Target audience
All users with a decent amount of technological knowledge. Typical users' age ranges from 16 to 60.
### Design files
> Since I do not have a design team at hand most of my product does not have any Design files and you'll be forced to browse through the product itself and propose improvements.
## 💅 Design relevant materials
Here is a list of design relevant information and materials:
### Fonts
I'm using `Couries Sans` for everything except for the chart, for which I'm using `notosans`. The fonts I used can be found [here](https://github.com/GyulyVGC/sniffnet/tree/main/fonts).
### Colors
For info on the used RGB colors, I suggest you to give a look at the file [style.rs](https://github.com/GyulyVGC/sniffnet/blob/main/src/gui/style.rs#L58-L91)
### Logos
You can find a set of logos [here](https://github.com/GyulyVGC/sniffnet/tree/main/resources)
## 🎓 License
[MIT](https://github.com/GyulyVGC/sniffnet/blob/main/LICENSE-MIT) or [APACHE 2.0](https://github.com/GyulyVGC/sniffnet/blob/main/LICENSE-APACHE) at your choice.
[(Back to top)](#-table-of-contents)