Skip to content
/ template-dotnet Public template

.NET / C# projeleri için başlangıç şablonu. CI/CD, git workflow, README hazır.

Notifications You must be signed in to change notification settings

sunstech/template-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Proje Adi]

[1-2 cumle aciklama]

Gereksinimler

  • .NET 8 SDK
  • PostgreSQL (veya SQL Server)

Kurulum

git clone https://github.com/sunstech/[REPO_ADI].git
cd [REPO_ADI]
dotnet restore
cp .env.example .env
dotnet run

Komutlar

Komut Aciklama
dotnet run Development server
dotnet build Build
dotnet test Testleri calistir
dotnet publish Production build

Git Workflow

  • main - Production (sadece PR ile merge)
  • develop - Development
  • feature/xxx - Yeni ozellik
  • fix/xxx - Bug fix

Commit Formati

feat(kapsam): yeni ozellik
fix(kapsam): hata duzeltme
docs(kapsam): dokumantasyon
refactor(kapsam): kod duzenleme
test(kapsam): test ekleme

Ekip

Rol Kisi
Lead [Ad]

Linkler

  • Trello: [Board linki]
  • Slack: #proje-[ad]

About

.NET / C# projeleri için başlangıç şablonu. CI/CD, git workflow, README hazır.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published