createa -> create
This commit is contained in:
Ikko Ashimine 2022-08-08 18:56:04 +09:00 коммит произвёл GitHub
Родитель 9eeb562bde
Коммит 48a14f2aca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/repro.md поставляемый
Просмотреть файл

@ -56,7 +56,7 @@ While we've never had problems with this, it is still a potential attack vector
Also, by putting it in a GitHub repo it's easier to potentially collaborate. We (and our amazing community!) can comment on a piece of code right then and there and help you further. It can even serve as a nice example for other people!
If you don't like to have a lot of repos, you could opt for a repo where on the `main` branch you put a File > New .NET MAUI App. And from there createa branches for different issues.
If you don't like to have a lot of repos, you could opt for a repo where on the `main` branch you put a File > New .NET MAUI App. And from there create branches for different issues.
## Big don'ts!
- Never put any sensitive information in your code. No API keys, credentials, personal information, etc.