Skip to content

Commit 4f11049

Browse files
authored
Ready 👍
* Add cursors and README * Create CODE_OF_CONDUCT.md * Create CONTRIBUTING.md * Create PULL_REQUEST_TEMPLATE.md * Create bug-report.yml * Create feature_request.yml * Create triager.yml * Create approved.yml * Create config.yml * Create release-drafter.yml * Create comment.md * Update comment.md * Create index.md * Add Minima theme * Change some things in Minima Co-authored-by: code-lokesh2008 <[email protected]>
1 parent c596d85 commit 4f11049

File tree

115 files changed

+2695
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+2695
-0
lines changed

.github/ISSUE_RESPONSES/comment.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Thank you!
2+
3+
We appreciate your contribution to this project! Please be sure to read the [_**contributing guide**_](https://github.com/im-coder-lg/comboser/blob/main/CONTRIBUTING.md) to learn how you can help make this project better!
4+
5+
If you've created this issue with the `bug` label, rest assured that we've added it to backlog for triage.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Bug report for the blog
2+
description: Make a bug report and help to improve the blog
3+
title: "[Bug]: "
4+
labels: [bug]
5+
assignees:
6+
- im-coder-lg
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this feature request!
13+
14+
- type: textarea
15+
id: what-happened
16+
attributes:
17+
label: What happened?
18+
description: "A detailed and clear concise description of the bug:"
19+
placeholder: "Bug description:"
20+
value: "What happened in the bug:"
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: expectations
25+
attributes:
26+
label: What did you expect to happen?
27+
description: "A detailed and concise description of what you expected to happen:"
28+
placeholder: "What you expected to happen:"
29+
value: "Eg: Expected to see this..."
30+
31+
- type: textarea
32+
id: version-of-os
33+
attributes:
34+
label: Version of OS
35+
description: "What version of the OS are you running?"
36+
placeholder: "OS Version"
37+
value: "Eg: Windows 21H1 Build 19043.2 or macOS Big Sur 11.2 or Ubuntu 20.04.2 Focal Fossa"
38+
validations:
39+
required: true
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature Request
2+
description: File a feature request and help to improve the blog
3+
title: "[Feature]: "
4+
labels: [enhancement]
5+
assignees:
6+
- im-coder-lg
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this feature request!
13+
- type: textarea
14+
id: feature
15+
attributes:
16+
label: What kind of feature and what is it?
17+
description: "A detailed and concise description of whatfeature you are suggesting:"
18+
placeholder: "What kind of feature:"
19+
value: "Eg: I want this feature..."
20+
21+
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Extra info(how it can be possible, etc.)
27+
description: |
28+
Post extra info here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Pull Request for Comboser
2+
Thanks for opening a PR here. Be sure to read the contributing guidelines to see how to contribute here!
3+
## Description
4+
5+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
6+
7+
Fixes # (issue)
8+
9+
## Type of change
10+
11+
Please delete options that are not relevant.
12+
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
- [ ] This change requires a documentation update
17+
18+
## Checklist:
19+
20+
- [ ] My code follows the style guidelines of this project
21+
- [ ] I have performed a self-review of my own code
22+
- [ ] I have commented my code, particularly in hard-to-understand areas
23+
- [ ] I have made corresponding changes to the documentation
24+
- [ ] My changes generate no new warnings
25+
- [ ] I have added tests that prove my fix is effective or that my feature works
26+
- [ ] New and existing unit tests pass locally with my changes
27+
- [ ] Any dependent changes have been merged and published in downstream modules
28+
- [ ] I have checked my code and corrected any misspellings

.github/config.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# Configuration for request-info
3+
# https://github.com/behaviorbot/request-info
4+
5+
# *OPTIONAL* Comment to reply with
6+
requestInfoReplyComment: >
7+
We would appreciate it if you could provide us with more info about this issue/pr!
8+
# *OPTIONAL* default titles to check against for lack of descriptiveness (MUST BE ALL LOWERCASE)
9+
requestInfoDefaultTitles:
10+
- update readme.md
11+
- updates
12+
13+
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
14+
requestInfoLabelToAdd: need-more-info
15+
16+
# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template (Will fail if the pull request's body is equal to the provided template)
17+
checkPullRequestTemplate: true
18+
19+
# *OPTIONAL* Only warn about insufficient information on these events type (Keys must be lowercase. Valid values are 'issue' and 'pullRequest')
20+
requestInfoOn:
21+
pullRequest: true
22+
issue: true
23+
24+
# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on (keys must be GitHub usernames)
25+
requestInfoUserstoExclude:
26+
- im-coder-lg
27+
- # the other users you wanna add here

.github/release-drafter.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name-template: 'v$NEXT_PATCH_VERSION'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
3+
categories:
4+
- title: '🚀 Features'
5+
labels:
6+
- 'feature'
7+
- 'custom'
8+
- 'enhancement'
9+
- title: '🐛 Bug Fixes'
10+
labels:
11+
- 'fix'
12+
- 'bug'
13+
- title: '🧰 Maintenance'
14+
labels:
15+
- 'devops'
16+
- 'custom'
17+
template: |
18+
## What’s new:
19+
$CHANGES

.github/workflows/approved.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on: pull_request_review
2+
name: Label approved pull requests
3+
jobs:
4+
labelWhenApproved:
5+
name: Label when approved
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Label when approved
9+
uses: pullreminders/label-when-approved-action@master
10+
env:
11+
APPROVALS: "2"
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
ADD_LABEL: "approved"
14+
REMOVE_LABEL: "awaiting%20review"

.github/workflows/triager.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Issue comments and project triage adding
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
comment-and-project-adding:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repo
12+
uses: actions/checkout@v2
13+
14+
- name: Comment on new issue
15+
uses: actions/[email protected]
16+
with:
17+
github-token: ${{secrets.GITHUB_TOKEN}}
18+
script: |
19+
const fs = require('fs')
20+
const issueBody = fs.readFileSync(".github/ISSUE_RESPONSES/comment.md", "utf8")
21+
github.issues.createComment({
22+
issue_number: context.issue.number,
23+
owner: context.repo.owner,
24+
repo: context.repo.repo,
25+
body: issueBody
26+
})
27+
- name: Add issue to project board
28+
if: contains(github.event.issue.labels.*.name, 'bug')
29+
uses: actions/[email protected]
30+
with:
31+
github-token: ${{secrets.GITHUB_TOKEN}}
32+
script: |
33+
github.projects.createCard({
34+
column_id: 15856224,
35+
content_id: context.payload.issue.id,
36+
content_type: "Issue"
37+
});
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[Version]
2+
signature="$Chicago$"
3+
4+
[DefaultInstall]
5+
CopyFiles = Scheme.Cur, Scheme.Txt
6+
AddReg = Scheme.Reg
7+
8+
[DestinationDirs]
9+
Scheme.Cur = 10,"%CUR_DIR%"
10+
Scheme.Txt = 10,"%CUR_DIR%"
11+
12+
[Scheme.Reg]
13+
HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%work%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\%cross%,%10%\%CUR_DIR%\%Text%,%10%\%CUR_DIR%\%Hand%,%10%\%CUR_DIR%\%unavailiable%,%10%\%CUR_DIR%\%Vert%,%10%\%CUR_DIR%\%Horz%,%10%\%CUR_DIR%\%Dgn1%,%10%\%CUR_DIR%\%Dgn2%,%10%\%CUR_DIR%\%move%,%10%\%CUR_DIR%\%alternate%,%10%\%CUR_DIR%\%link%"
14+
15+
[Scheme.Cur]
16+
normal-select-blue.cur
17+
help.cur
18+
working-in-background.ani
19+
cursor-spinner.ani
20+
txt-selection-blue.cur
21+
unavailable-blue.cur
22+
vertical-resize-blue.cur
23+
horizontal-resize-blue.cur
24+
diagonal-resize-frontslash-blue.cur
25+
diagonal-resize-backslash-blue.cur
26+
move-blue.cur
27+
link-select.cur
28+
precision-select.cur
29+
handwriting.cur
30+
alternate-select-blue.cur
31+
32+
[Scheme.Txt]
33+
34+
[Strings]
35+
CUR_DIR = "Android-Material-Cursors"
36+
SCHEME_NAME = "Android Material Cursors"
37+
pointer = "normal-select-blue.cur"
38+
help = "help.cur"
39+
work = "working-in-background.ani"
40+
busy = "cursor-spinner.ani"
41+
text = "txt-selection-blue.cur"
42+
unavailiable = "unavailable-blue.cur"
43+
vert = "vertical-resize-blue.cur"
44+
horz = "horizontal-resize-blue.cur"
45+
dgn1 = "diagonal-resize-backslash-blue.cur"
46+
dgn2 = "diagonal-resize-frontslash-blue.cur"
47+
move = "move-blue.cur"
48+
link = "link-select.cur"
49+
cross = "precision-select.cur"
50+
hand = "handwriting.cur"
51+
alternate = "alternate-select-blue.cur"
13.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)