Skip to content

A template that can be used to seed a repository for a new DITUS open source project.

License

Notifications You must be signed in to change notification settings

ditus-software/new-oss-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Open Source Software Template

This repository contains a template that can be used to seed a repository for a new DITUS open source project. This template must not be used for internal proprietary projects.

Before releasing any project as open source, read our internal policy on releasing a new DITUS open source project.

This template uses the MIT license; the default license used at DITUS for Open Source Software.

How to use this template

  1. Clone it from GitHub.
    • There is no reason to fork it.
  2. Create a new local repository and copy the files from this repo into it.
  3. Modify README.md to represent your project and not the template project.
  4. Develop your new project.

Source Code Headers

Every file containing source code must include copyright and license information. This includes any JS/CSS files that you might be serving out to browsers. (This is to help well-intentioned people avoid accidental copying that doesn't comply with the license.)

Use the following MIT header.

C# or JavaScript

// Copyright (c) DITUS INC. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for
// details.

About

A template that can be used to seed a repository for a new DITUS open source project.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks