Skip to content

Commit bd18ac5

Browse files
authored
Merge pull request #1 from harshit-budhraja/main
chore: added readme, security policy and issue templates
2 parents 9e96b7e + 9c25b24 commit bd18ac5

File tree

5 files changed

+124
-1
lines changed

5 files changed

+124
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: Bug report
2+
description: Create a report to help us improve!
3+
title: '[Bug]: '
4+
labels:
5+
- bug
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: >-
10+
This repository is for reporting bugs with the ImageKit DAM app, which we respond to on a best-effort basis.
11+
- type: input
12+
id: version
13+
attributes:
14+
label: App Version
15+
description: >-
16+
Right click on the app icon in the system tray and select "About" to get
17+
the version number
18+
placeholder: 1.0.0
19+
validations:
20+
required: true
21+
- type: input
22+
id: platform
23+
attributes:
24+
label: Platform
25+
description: >-
26+
The platform you're using the app on. Please include the chipset for Mac
27+
devices.
28+
placeholder: E.g. "Windows 11" or "MacOS Sonoma 14.4.1 - Apple M1 Chip"
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: description
33+
attributes:
34+
label: Description
35+
description: Please give a clear and concise description of the bug
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: repro
40+
attributes:
41+
label: Reproduce
42+
description: Steps to reproduce the bug
43+
validations:
44+
required: true
45+
- type: textarea
46+
id: expected
47+
attributes:
48+
label: Expected Behaviour
49+
description: What is the expected behavior?
50+
placeholder: >-
51+
E.g. "It should open the profile page on ImageKit Dashboard in my
52+
browser"
53+
validations:
54+
required: true
55+
- type: textarea
56+
id: additional
57+
attributes:
58+
label: Additional Info
59+
description: >-
60+
Additional info you want to provide such as logs, system info,
61+
environment, etc.

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: "ImageKit Documentation"
4+
about: "Get the help you need to start managing your digital assets using the app."
5+
url: "https://imagekit.io/docs/dam/app"
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels:
6+
- enhancement
7+
assignees: ''
8+
9+
---
10+
11+
**Tell us about your request**
12+
A clear and concise description of what you want to happen or the change you would like to see
13+
14+
**Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?**
15+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16+
17+
**Are you currently working around the issue?**
18+
A clear and concise description of any alternative solutions or features you've considered or are using today.
19+
20+
**Additional context**
21+
Add any other context or screenshots about the feature request here.

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# ImageKit Desktop
1+
## ImageKit Desktop
2+
3+
ImageKit's desktop application for quick access to Digital Asset Management (DAM) on Mac and Windows.
4+
5+
### Download
6+
7+
ImageKit DAM app for Mac and Windows is free to [download](https://github.com/imagekit-developer/imagekit-desktop/releases/latest).
8+
9+
### Documentation
10+
11+
For more details about ImageKit DAM app and the features it offers, please refer to our [documentation](https://imagekit.io/docs/dam/app).
12+
13+
### Support
14+
15+
Bugs with the app can be filed as issues in this ([imagekit-developer/imagekit-desktop](https://github.com/imagekit-developer/imagekit-desktop/)) repository, which we respond to
16+
on a best-effort basis.
17+
18+
### This Repository
19+
20+
This repository contains an issue tracker for the ImageKit DAM app. If you experience a problem with the app, you can [browse the existing issues](https://github.com/imagekit-developer/imagekit-desktop/issues) or search from the bar at the top (`s` to focus) and, if you don't find an existing issue similar to yours, [open a new issue](https://github.com/imagekit-developer/imagekit-desktop/issues/new).
21+
22+
**© ImageKit Private Limited 2024**

security.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Security Policy
2+
3+
### Supported Versions
4+
5+
The following versions of the ImageKit DAM app are currently being supported with security updates.
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| >= 1.x | :white_check_mark: |
10+
11+
### Reporting a Vulnerability
12+
13+
Please **DO NOT** file a public issue, instead send your report privately to security@imagekit.io
14+
15+
Security reports are greatly appreciated and we will publicly thank you for it, although we will keep your name confidential if you request it. We also like to send gifts—if you're into swag, make sure to let us know. We currently do not offer a paid security bug bounty program, but are not ruling it out in the future.

0 commit comments

Comments
 (0)