Coder Social home page Coder Social logo

dailynotes's Introduction

DailyNotes

DailyNotes is a web application that allows users to create and manage their own daily journal. Users can create entries, view past entries, and edit or delete entries. Users can also view their entries in a calendar view.

Table of Contents

Branch Naming

Branch naming is based on the Gitflow workflow.

<type>/<description>

According to the Gitflow, the type can be one of the following:

  • feature is a new feature,
  • bugfix is a bug fix,
  • docs is documentation only changes,
  • hotfix is a hotfix,
  • release is a release,
  • support is a support branch,

Commit Naming

Commit naming is based on the Conventional Commits 1.0.0 format. According to this format, a commit message consists of a type, scope, and description. The scope of the commit is optional.

<type>[optional scope]: <description>

The type can be one of the following:

  • feat is a new feature,
  • fix is a bug fix,
  • docs is documentation only changes,
  • style is changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc),
  • refactor is a code change that neither fixes a bug nor adds a feature,
  • perf is a code change that improves performance,
  • test is adding missing tests or correcting existing tests,
  • chore is changes to the build process or auxiliary tools and libraries such as documentation generation.

The scope is optional and can be anything specifying the place of the commit change. For example, init, runner, watcher, config, web-server, proxy, etc.

The description should be clear and concise.

Changelog

Changelog is based on the keep a changelog 1.1.0 format. According to this format, a changelog consists of a version, released, and changes. The released and changes are optional.

The example of changelog item is:

## [1.0.0] - 2020-01-01
### Added
- Links to latest released version in previous versions.

dailynotes's People

Contributors

akgoze avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.