forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repo: Add .gitattributes to specify text=auto (WordPress#25224)
* Add .gitattributes to text=auto for correct EOL chars Closes WordPress#21339 Fixes WordPress#7661 Adds the .gitattributes file setting text=autop to normalize LF for eol character Add .aar as binary Add .jar as binary Add .ttf as binary Add .bat exception for CRLF used in auto generated gradlew file See documentation here: - https://www.git-scm.com/docs/gitattributes - https://docs.github.com/en/github/using-git/configuring-git-to-handle-line-endings#per-repository-settings One more tweak * EOL fixes CRLF -> LF * -text works better
- Loading branch information
Showing
5 changed files
with
118 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# default | ||
* text=auto | ||
|
||
# Windows bat files in mobile/android | ||
*.bat -text | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.aar binary | ||
*.gif binary | ||
*.jar binary | ||
*.jpg binary | ||
*.png binary | ||
*.ttf binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Editor version (please complete the following information):** | ||
- WordPress version: [e.g: 5.3.2] | ||
- Does the website has Gutenberg plugin installed, or is it using the block editor that comes by default? [e.g: "gutenberg plugin", "default"] | ||
- If the Gutenberg plugin is installed, which version is it? [e.g., 7.6] | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
- To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress. | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Editor version (please complete the following information):** | ||
- WordPress version: [e.g: 5.3.2] | ||
- Does the website has Gutenberg plugin installed, or is it using the block editor that comes by default? [e.g: "gutenberg plugin", "default"] | ||
- If the Gutenberg plugin is installed, which version is it? [e.g., 7.6] | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
- To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
name: Help Request | ||
about: Please post help requests or ‘how to’ questions in support channels first | ||
|
||
--- | ||
|
||
Search first! Your issue may have already been reported. | ||
|
||
For general help requests, please post in the support forum at https://wordpress.org/support/forum/how-to-and-troubleshooting/. | ||
|
||
Technical help requests have their own section of the support forum at https://wordpress.org/support/forum/wp-advanced/. | ||
|
||
You may also ask for technical support at https://wordpress.stackexchange.com/. | ||
|
||
Please make sure you have checked the Handbook at https://wordpress.org/gutenberg/handbook before asking your question. | ||
|
||
Thank you! | ||
--- | ||
name: Help Request | ||
about: Please post help requests or ‘how to’ questions in support channels first | ||
|
||
--- | ||
|
||
Search first! Your issue may have already been reported. | ||
|
||
For general help requests, please post in the support forum at https://wordpress.org/support/forum/how-to-and-troubleshooting/. | ||
|
||
Technical help requests have their own section of the support forum at https://wordpress.org/support/forum/wp-advanced/. | ||
|
||
You may also ask for technical support at https://wordpress.stackexchange.com/. | ||
|
||
Please make sure you have checked the Handbook at https://wordpress.org/gutenberg/handbook before asking your question. | ||
|
||
Thank you! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
--- | ||
name: Bug report for Mobile Apps | ||
about: Create a report to help us improve the Gutenberg mobile apps version | ||
labels: Mobile App Android/iOS | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Tap on '....' | ||
3. Scroll down to '....' | ||
4. See '... exact error ...' | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Editor version (please complete the following information):** | ||
- WordPress version: [e.g: 5.3.2] | ||
- Does the website have the Gutenberg plugin installed, or is it using the block editor that comes by default? [e.g: "gutenberg plugin", "default"] | ||
- If the Gutenberg plugin is installed, which version is it? [e.g., 7.6] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6, Pixel 3] | ||
- OS: [e.g. iOS 8.1, Android 10.0] | ||
- WordPress App Version [e.g. 15.3] or Demo App Version [branch name or git commit hash] | ||
|
||
**Additional context** | ||
- To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress. | ||
--- | ||
name: Bug report for Mobile Apps | ||
about: Create a report to help us improve the Gutenberg mobile apps version | ||
labels: Mobile App Android/iOS | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Tap on '....' | ||
3. Scroll down to '....' | ||
4. See '... exact error ...' | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Editor version (please complete the following information):** | ||
- WordPress version: [e.g: 5.3.2] | ||
- Does the website have the Gutenberg plugin installed, or is it using the block editor that comes by default? [e.g: "gutenberg plugin", "default"] | ||
- If the Gutenberg plugin is installed, which version is it? [e.g., 7.6] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6, Pixel 3] | ||
- OS: [e.g. iOS 8.1, Android 10.0] | ||
- WordPress App Version [e.g. 15.3] or Demo App Version [branch name or git commit hash] | ||
|
||
**Additional context** | ||
- To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress. |