prep for oss
This commit is contained in:
Родитель
6ed9a2a5cf
Коммит
0961f59bef
12
README.md
12
README.md
|
@ -1,14 +1,6 @@
|
||||||
# Project
|
# vscode-winsta11er
|
||||||
|
|
||||||
> This repo has been populated by an initial template to help get you started. Please
|
This repo contains the code for a simple Go-based installer for the new Windows store.
|
||||||
> make sure to update the content to build a great experience for community-building.
|
|
||||||
|
|
||||||
As the maintainer of this project, please make a few updates:
|
|
||||||
|
|
||||||
- Improving this README.MD file to provide a great experience
|
|
||||||
- Updating SUPPORT.MD with content about this project's support experience
|
|
||||||
- Understanding the security reporting process in SECURITY.MD
|
|
||||||
- Remove this section from the README
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
16
SUPPORT.md
16
SUPPORT.md
|
@ -1,13 +1,3 @@
|
||||||
# TODO: The maintainer of this repo has not yet edited this file
|
|
||||||
|
|
||||||
**REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project?
|
|
||||||
|
|
||||||
- **No CSS support:** Fill out this template with information about how to file issues and get help.
|
|
||||||
- **Yes CSS support:** Fill out an intake form at [aka.ms/spot](https://aka.ms/spot). CSS will work with/help you to determine next steps. More details also available at [aka.ms/onboardsupport](https://aka.ms/onboardsupport).
|
|
||||||
- **Not sure?** Fill out a SPOT intake as though the answer were "Yes". CSS will help you decide.
|
|
||||||
|
|
||||||
*Then remove this first heading from this SUPPORT.MD file before publishing your repo.*
|
|
||||||
|
|
||||||
# Support
|
# Support
|
||||||
|
|
||||||
## How to file issues and get help
|
## How to file issues and get help
|
||||||
|
@ -16,10 +6,8 @@ This project uses GitHub Issues to track bugs and feature requests. Please searc
|
||||||
issues before filing new issues to avoid duplicates. For new issues, file your bug or
|
issues before filing new issues to avoid duplicates. For new issues, file your bug or
|
||||||
feature request as a new Issue.
|
feature request as a new Issue.
|
||||||
|
|
||||||
For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE
|
For help and questions about using this project, please file a GitHub issue.
|
||||||
FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER
|
|
||||||
CHANNEL. WHERE WILL YOU HELP PEOPLE?**.
|
|
||||||
|
|
||||||
## Microsoft Support Policy
|
## Microsoft Support Policy
|
||||||
|
|
||||||
Support for this **PROJECT or PRODUCT** is limited to the resources listed above.
|
Support for this tool is limited to the resources listed above.
|
||||||
|
|
5
main.go
5
main.go
|
@ -1,3 +1,8 @@
|
||||||
|
/*---------------------------------------------------------------------------------------------
|
||||||
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||||
|
*--------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Загрузка…
Ссылка в новой задаче