diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..27ed342 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**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. + +**Desktop (please complete the following information):** + - OS: [e.g. Windows] + - Godot Engine Version [e.g. 3.2.3rc6] +- Plugin Version [e.g. v1.7.0] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..b1d276d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe an implementation suggestion** +A clear and concise description of any implementation method you'd like to suggest. It may be technical or just theoretical. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/README.md b/README.md index efcdf2e..ae8b5ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![version](https://img.shields.io/badge/plugin%20version-1.7.4-blue)](https://github.com/fenix-hub/godot-engine.file-editor) +[![version](https://img.shields.io/badge/plugin%20version-1.7.6-blue)](https://github.com/fenix-hub/godot-engine.file-editor) [![updates](https://img.shields.io/badge/plugin%20updates-on%20discord-purple)](https://discord.gg/JNrcucg) [![paypal](https://img.shields.io/badge/donations-PayPal-cyan)](https://paypal.me/NSantilio?locale.x=it_IT) @@ -12,11 +12,11 @@ This plugin is now supported in [Godot Extended Library Discord](https://discord # Godot File Editor A little plugin to easy-way manage your text files inside your project folder. -Author: *"Nicolo (fenix) Santilio"* -Version: *1.7.4* -Godot Version: *3.2.3rc4* +Author: *"Nicolo (fenix) Santilio"* +Version: *1.7.6* +Godot Version: *3.2.3* -**This repository was pushed directly from Godot Engine Editor thanks to [GitHub Integration](https://github.com/fenix-hub/godot-engine.github-integration)!** +**This repository was pushed directly from Godot Engine Editor thanks to this [GitHub Integration](https://github.com/fenix-hub/godot-engine.github-integration)!** ## What is this? This is a little plugin I've made to easily edit text files in your project folder. @@ -59,12 +59,12 @@ You can find this plugin in the AssetLib of Godot Engine Editor. Just download i + "*.res ; Resource File" #### Current version -To check all the features included in the current version, please read the [VERSION file](./VERSION.md) +To check all the features that are included in the current version, please read the [VERSION file](./VERSION.md) #### Upcoming features To check all the features I'm currently working on, please read the [TODO file](./TODO.md) # Disclaimer -This addon was built for a **personal use** intention. It was released as an open source plugin in the hope that it could be useful to the Godot Engine Community. +This addon was built for the intention of my **personal use**. It was released as an open source plugin in the hope that it could be useful to the Godot Engine Community. As a "work in progress" project, there is *no warranty* for any eventual issue and bug that may broke your project. I don't assume any responsibility for possible corruptions of your project files. It is always advisable to keep a copy of your files and check any changes.