Skip to content

Commit 8ff114b

Browse files
committed
Initial commit for 7
0 parents  commit 8ff114b

14 files changed

+640
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Icon request
2+
description: Suggest an icon to be included in Font Awesome
3+
labels: ["new icon"]
4+
title: "Icon request: "
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to request a new icon!
10+
- type: textarea
11+
id: use-case
12+
attributes:
13+
label: Use case
14+
description: Describe how this icon could be used.
15+
- type: textarea
16+
id: example
17+
attributes:
18+
label: Example image
19+
description: Insert the example image here if necessary. A good example is a single color image which plays well at small sizes (16px)
20+
- type: checkboxes
21+
id: icon-request-checklist
22+
attributes:
23+
label: Icon request checklist
24+
options:
25+
- label: 'The title starts with "Icon request: " and is followed by the requested icon name'
26+
required: true
27+
- label: 'This icon does not represent a brand'
28+
required: true
29+
- label: 'This is a single icon or matched pair (Ex: `lock` / `unlock`)'
30+
required: true
31+
- label: The request is for a concrete object, or I've included an example image
32+
required: true
33+
- label: 'I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate'
34+
required: true
35+
- label: 'I have [understood how requests work](https://fontawesome.com/community/leaderboard/new#faqs)'
36+
required: true
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Brand request
2+
description: Suggest a brand to be included in Font Awesome
3+
labels: ["brand icon"]
4+
title: "Brand request: "
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to request a new brand!
10+
- type: textarea
11+
id: description
12+
attributes:
13+
label: Description
14+
description: Please enter a brief description of this brand and why it is important to have it in the core of Font Awesome
15+
- type: input
16+
id: official-website
17+
attributes:
18+
label: Official website
19+
description: Please provide the official website of this brand. The website must be in production and reachable from the public internet
20+
validations:
21+
required: true
22+
- type: input
23+
attributes:
24+
label: Brand guidelines
25+
description: "Link to brand guidelines, if available (e.g.: https://about.twitter.com/en/who-we-are/brand-toolkit)"
26+
- type: checkboxes
27+
id: icon-request-checklist
28+
attributes:
29+
label: Icon request checklist
30+
options:
31+
- label: 'The title starts with "Brand request: ", is followed by the requested brand name'
32+
required: true
33+
- label: 'I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate'
34+
required: true
35+
- label: 'I have [understood how requests work](https://fontawesome.com/community/leaderboard/brands#faqs)'
36+
required: true
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
name: Bug report (Web - CSS - JS)
2+
description: Report a bug which occurs in a web application
3+
title: "Bug: "
4+
labels: ["bug", "needs-triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill up this bug report!
10+
11+
There are a lot of different ways of using Font Awesome. In order to help us
12+
debugging, please provide as much information as you can.
13+
14+
A reduced reproducible test case would definitely help the process.
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: Bug description
19+
description: What happened? What are you seeing? How did you arrive here?
20+
validations:
21+
required: true
22+
- type: input
23+
id: reproducible-test-case
24+
attributes:
25+
label: Reproducible test case
26+
description: Provide a URL to a reproducible use case. Use codepen.io, jsfiddle.net, jsbin.com, codesandbox.io, or whatever.
27+
- type: textarea
28+
id: screenshots
29+
attributes:
30+
label: Screenshots
31+
description: Add screenshots to help explain your problem
32+
- type: input
33+
id: version
34+
attributes:
35+
label: Font Awesome version
36+
description: Provide the version of Font Awesome affected by this bug
37+
placeholder: v6.0.0
38+
validations:
39+
required: true
40+
- type: dropdown
41+
id: serving
42+
attributes:
43+
label: Serving
44+
multiple: true
45+
options:
46+
- Kit
47+
- Font Awesome CDN
48+
- Self-hosted
49+
- Other (as specified in the bug description)
50+
validations:
51+
required: true
52+
- type: dropdown
53+
id: implementation
54+
attributes:
55+
label: Implementation
56+
multiple: true
57+
options:
58+
- CSS
59+
- SVG+JS
60+
- SVG Sprites
61+
- Other (as specified in the bug description)
62+
validations:
63+
required: true
64+
- type: textarea
65+
id: browser-operating-system
66+
attributes:
67+
label: Browser and Operating System
68+
description: Provide information about the browser and operating system affected by this bug. [List of supported browsers](https://fontawesome.com/v6/docs/web/dig-deeper/browser-support)
69+
placeholder: |
70+
- Chrome 94 on Windows 10
71+
- Firefox 92 on macOS
72+
validations:
73+
required: true
74+
- type: checkboxes
75+
id: web-bug-report-checklist
76+
attributes:
77+
label: Web bug report checklist
78+
options:
79+
- label: 'I have included a test case because my odds go _way_ up that the team can fix this when I do'
80+
- label: 'I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate'
81+
required: true
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Bug report (Desktop / Native / Other)
2+
description: Report a bug which occurs outside of a web application
3+
title: "Bug: "
4+
labels: ["bug", "needs-triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill up this bug report!
10+
- type: textarea
11+
id: description
12+
attributes:
13+
label: Bug description
14+
description: What happened? What are you seeing? How did you arrive here?
15+
validations:
16+
required: true
17+
- type: input
18+
id: version
19+
attributes:
20+
label: Font Awesome version
21+
description: Provide the version of Font Awesome affected by this bug
22+
placeholder: v6.0.0
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: application-operating-system
27+
attributes:
28+
label: Application and Operating System
29+
description: Provide information about the application and operating system affected by this bug
30+
placeholder: |
31+
- GIMP on Windows 10
32+
- Adobe Photoshop on macOS
33+
validations:
34+
required: true
35+
- type: checkboxes
36+
id: web-bug-report-checklist
37+
attributes:
38+
label: Web bug report checklist
39+
options:
40+
- label: 'I have included a test case because my odds go _way_ up that the team can fix this when I do'
41+
- label: 'I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate'
42+
required: true
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Feature request
2+
description: Suggest an idea for Font Awesome
3+
title: "Feature request: "
4+
labels: ['feature']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: Thanks for taking the time to request a new feature!
9+
- type: textarea
10+
id: use-case
11+
attributes:
12+
label: Is your feature request related to a problem?
13+
description: A clear and concise description of what the problem is
14+
placeholder: I'm always frustrated when...
15+
- type: textarea
16+
id: feature
17+
attributes:
18+
label: Feature description
19+
description: A clear and concise description of what you want to happen
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: alternatives
24+
attributes:
25+
label: Alternatives
26+
description: A clear and concise description of any alternative solutions or features you've considered.
27+
- type: textarea
28+
id: additional-context
29+
attributes:
30+
label: Additional context
31+
description: Add any other context or screenshots about the feature request here
32+
- type: checkboxes
33+
id: feature-request-checklist
34+
attributes:
35+
label: Feature request checklist
36+
options:
37+
- label: 'The title starts with "Feature request: " and is followed by the requested feature description'
38+
required: true
39+
- label: 'This is a single feature'
40+
required: true
41+
- label: 'I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate'
42+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Pro License Issue
3+
url: https://fontawesome.com/#footer
4+
about: Click on the "Support" link in the footer

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!--- WARNING Pull Requests made to this repository cannot be merged -->
2+
3+
I understand that:
4+
5+
- [ ] I'm submitting this PR for reference only. It shows an example of what I'd like to see changed but
6+
I understand that it will not be merged and I will not be listed as a contributor on this project.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Change Log
2+
3+
Font Awesome 7 is here! And with it a new location for the change log.
4+
5+
Visit https://fontawesome.com/docs/changelog/.

CODE_OF_CONDUCT.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, gender identity and expression, level of experience,
9+
nationality, personal appearance, race, religion, or sexual identity and
10+
orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at <[email protected]>. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at [https://contributor-covenant.org/version/1/4][version]
72+
73+
[homepage]: https://contributor-covenant.org
74+
[version]: https://contributor-covenant.org/version/1/4/

CONTRIBUTING.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Contributing to Font Awesome
2+
3+
Looking to contribute something to Font Awesome? **Here's how you can help.**
4+
5+
## Quick start
6+
7+
We only accept issues that are icon requests, bug reports, or feature requests.
8+
Bugs must be isolated and reproducible problems that we can fix within the Font
9+
Awesome core.
10+
11+
* [Request a new icon](https://github.com/FortAwesome/Font-Awesome/issues/new?title=Icon%20request:%20icon-name&template=icon-request.md)
12+
* [Request a new feature](https://github.com/FortAwesome/Font-Awesome/issues/new??title=Feature%20request:feature-name&template=feature-request.md)
13+
* [Submit a bug report](https://github.com/FortAwesome/Font-Awesome/issues/new?template=bug-report.md)
14+
15+
## Key branches
16+
17+
- `master` is the latest, deployed version
18+
19+
## Pull requests
20+
21+
- At the moment we are not accepting pull requests containing icons
22+
- Pull requests that do not solve an existing issue are essentially un-prioritized–don't expect these to be addressed quickly
23+
- The files in this repository are generated elsewhere and we do not merge PR's directly into master
24+
- Try not to pollute your pull request with unintended changes–keep them simple and small
25+
- Try to share which browsers your code has been tested in before submitting a pull request

0 commit comments

Comments
 (0)