Skip to content

Commit 3285920

Browse files
authored
nordtheme organization migration (#259)
As part of the "Northern Post - The state and roadmap of Nord" [1] announcement, this repository will be migrated to the `nordtheme` GitHub organization [2]. This issue is a task of the nordtheme/nord#185 [3] epic (tasklist [4]). [1]: https://github.com/orgs/nordtheme/discussions/183 [2]: https://github.com/nordtheme [3]: nordtheme/nord#185 [4]: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists GH-258
1 parent 1cfe0d0 commit 3285920

27 files changed

Lines changed: 340 additions & 738 deletions

.circleci/config.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
2-
# Copyright (C) 2017-present Sven Greb <development@svengreb.de>
3-
4-
# Project: Nord Visual Studio Code
5-
# Repository: https://github.com/arcticicestudio/nord-visual-studio-code
6-
# License: MIT
1+
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
2+
# This source code is licensed under the MIT license found in the license file.
73

84
# Configuration for Circle CI.
95
#
106
# References:
11-
# - https://circleci.com/docs/2.0
12-
# - https://circleci.com/docs/2.0/circleci-images
7+
# 1. https://circleci.com/docs/2.0
8+
# 2. https://circleci.com/docs/2.0/circleci-images
139

1410
version: 2.1
1511

.editorconfig

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
2-
# Copyright (C) 2017-present Sven Greb <development@svengreb.de>
3-
#
4-
# Project: Nord Visual Studio Code
5-
# Repository: https://github.com/arcticicestudio/nord-visual-studio-code
6-
# License: MIT
1+
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
2+
# This source code is licensed under the MIT license found in the license file.
3+
4+
# Configurations for EditorConfig.
5+
# See https://editorconfig.org/#file-format-details for more details.
76

87
# +--------------------+
98
# + Base Configuration +
@@ -16,7 +15,7 @@ end_of_line = lf
1615
indent_size = 2
1716
indent_style = space
1817
insert_final_newline = true
19-
max_line_length = 120
18+
max_line_length = 160
2019
trim_trailing_whitespace = true
2120

2221
# +-----------+

.eslintignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
2-
# Copyright (C) 2017-present Sven Greb <development@svengreb.de>
3-
#
4-
# Project: Nord Visual Studio Code
5-
# Repository: https://github.com/arcticicestudio/nord-visual-studio-code
6-
# License: MIT
1+
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
2+
# This source code is licensed under the MIT license found in the license file.
3+
4+
# Path match pattern to ignore specific files and directories.
5+
# See https://eslint.org/docs/user-guide/configuring/ignoring-code for more details.
76

87
.circleci/*
98
.github/*

.eslintrc.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
/*
2-
* Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
3-
* Copyright (C) 2017-present Sven Greb <development@svengreb.de>
4-
*
5-
* Project: Nord Visual Studio Code
6-
* Repository: https://github.com/arcticicestudio/nord-visual-studio-code
7-
* License: MIT
2+
* Copyright (c) 2016-present Sven Greb <development@svengreb.de>
3+
* This source code is licensed under the MIT license found in the license file.
84
*/
95

106
/**
117
* Configurations for ESLint.
12-
*
138
* @see https://eslint.org/docs/user-guide/configuring
149
*/
1510
module.exports = {

.gitattributes

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
2-
# Copyright (C) 2017-present Sven Greb <development@svengreb.de>
3-
#
4-
# Project: Nord Visual Studio Code
5-
# Repository: https://github.com/arcticicestudio/nord-visual-studio-code
6-
# License: MIT
1+
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
2+
# This source code is licensed under the MIT license found in the license file.
3+
4+
# Configuration to define attributes per path.
75
# References:
8-
# https://git-scm.com/docs/gitattributes
9-
# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion
6+
# 1. https://git-scm.com/docs/gitattributes
7+
# 2. https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion
108

11-
# Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary
12-
# untouched.
9+
# Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary untouched.
1310
* text=auto eol=lf
1411

1512
# +--------+
1613
# + Assets +
1714
# +--------+
18-
*.ai binary
1915
*.png binary
2016

2117
# +-----------------+

.github/CODEOWNERS

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
2-
# Copyright (C) 2017-present Sven Greb <development@svengreb.de>
3-
#
4-
# Project: Nord Visual Studio Code
5-
# Repository: https://github.com/arcticicestudio/nord-visual-studio-code
6-
# License: MIT
1+
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
2+
# This source code is licensed under the MIT license found in the license file.
73

8-
# Configuration for the GitHub feature to automatically request reviews from the code owners when a pull request
9-
# changes any owned files.
4+
# Configuration for the GitHub feature to automatically request reviews from the code owners
5+
# when a pull request changes any owned files.
106
#
117
# References:
12-
# https://github.com/blog/2392-introducing-code-owners
13-
# https://help.github.com/articles/about-codeowners
8+
# 1. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location
9+
# 2. https://github.com/blog/2392-introducing-code-owners
1410

1511
# +----------------------+
1612
# + Core Team Code Owner +
1713
# +----------------------+
18-
* @arcticicestudio
1914
* @svengreb

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bugs.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)