Skip to content

Commit 5bbb333

Browse files
authored
Merge pull request creativecommons#662 from creativecommons/issues-data-cleanup
Issues data cleanup
2 parents e1f4c9b + e48fb98 commit 5bbb333

File tree

3 files changed

+8
-771
lines changed

3 files changed

+8
-771
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,13 @@ The following load external data:
247247
- [`webpack/js/components.js`](webpack/js/components.js)
248248
- [`creativecommons/ccos-scripts/main/ccos/norm/labels.yml`][labels-yml]
249249
- [`creativecommons/ccos-scripts/main/ccos/norm/skills.yml`][skills-yml]
250+
- GitHub Issues for the [creativecommons][gh-creativecommons] organization
251+
using [octokit - npm][octokit]
250252
251253
[labels-yml]: https://raw.githubusercontent.com/creativecommons/ccos-scripts/main/ccos/norm/labels.yml
252254
[skills-yml]: https://raw.githubusercontent.com/creativecommons/ccos-scripts/main/ccos/norm/skills.yml
255+
[gh-creativecommons]: https://github.com/creativecommons/
256+
[octokit]: https://www.npmjs.com/package/octokit
253257
254258
255259
## License

content/contributing-code/issue-finder/contents.lr

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ _template: issue_finder.html
44
---
55
title: Issue Finder
66
---
7-
description: Welcome to the CC developer community! We're absolutely delighted to have you here. If you want to contribute but are unsure where to start, you can use this issue finder to find an issue that matches your skills and experience level.
7+
description: Welcome to the CC developer community! We're absolutely delighted
8+
to have you here. If you want to contribute but are unsure where to start, you
9+
can use this issue finder to find an issue that matches your skills and
10+
experience level.
811
---
912
body:
1013

0 commit comments

Comments
 (0)