Skip to content

Commit c146033

Browse files
authored
Merge pull request #22 from Latrodect/development
Development to master
2 parents 6c02f04 + 37eaefe commit c146033

17 files changed

+347
-206
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to the "backdoor" extension will be documented in this file.
3+
## [Unreleased]
4+
- New feature or enhancement
45

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6+
## [1.1.2] - 2023-08-10
7+
- Initial release
68

7-
## [Unreleased]
9+
When creating docker-compose.yaml, user can insert multiple environment variables.(New Feature)
10+
Also some bugs are fixed.
11+
K8S file and Dockerfile generation command indent error fixed.
812

9-
- Initial release
13+
[1.1.2]: https://github.com/Latrodect/Backdoor-VSCode-Extension-for-K8S-Setup-and-Code-Review/releases/tag/v1.1.2

CONTRIBUTING.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Contributing to Backdoor
2+
3+
Thank you for your interest in contributing to Backdoor! We welcome contributions from the community to help improve and enhance the extension. By contributing, you are helping to make this extension better for everyone.
4+
5+
## Table of Contents
6+
7+
- [Getting Started](#getting-started)
8+
- [Issues](#issues)
9+
- [Pull Requests](#pull-requests)
10+
- [Code of Conduct](#code-of-conduct)
11+
12+
## Getting Started
13+
14+
Before you start contributing, please make sure you have the following prerequisites:
15+
16+
- [Node.js](https://nodejs.org/) and npm installed.
17+
- [Visual Studio Code](https://code.visualstudio.com/) editor.
18+
19+
Follow these steps to contribute:
20+
21+
1. Fork the repository on GitHub.
22+
2. Clone your forked repository locally.
23+
3. Install dependencies by running: `npm install`
24+
4. Make your changes and improvements.
25+
5. Test your changes with: `npm test`
26+
6. Commit your changes and create a descriptive commit message.
27+
7. Push your changes to your fork on GitHub.
28+
8. Create a pull request (PR) to the main repository.
29+
30+
## Issues
31+
32+
If you find a bug, have a question, or want to suggest a feature, please open an issue on the [issue tracker](https://github.com/your-username/your-extension/issues). Before opening an issue, please search existing issues to see if it has already been reported or discussed.
33+
34+
## Pull Requests
35+
36+
We welcome pull requests from contributors. When creating a pull request, please:
37+
38+
1. Fork the repository and create a new branch for your feature or bug fix.
39+
2. Follow the [Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) for your commit messages.
40+
3. Write a clear and concise description of your pull request and the changes you've made.
41+
4. Make sure your code passes all tests and linting rules.
42+
5. Include relevant tests for your changes if applicable.
43+
44+
## Code of Conduct
45+
46+
Please note that this project has a [Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
47+
48+
Thank you for contributing to [Your Extension Name]! Your contributions are greatly appreciated.
49+
50+
Happy coding!

dist/extension.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/commands/generateDockerComposeYaml.js

Lines changed: 37 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/commands/generateDockerComposeYaml.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/commands/generateDockerFiles.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)