Skip to content

Instantly share code, notes, and snippets.

View mpostol's full-sized avatar
🏠
Working from home

Mariusz Postol mpostol

🏠
Working from home
View GitHub Profile
@mpostol
mpostol / README-Template.md
Last active June 29, 2018 09:11 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@mpostol
mpostol / Backlog description.md
Last active August 9, 2020 19:51
Provides short backlog milestone description

The backlog of the project. It is a list of tasks required to support further development and maintenance. It contains an unprioritized list of items that it is agreed to work on next. Typical items on the backlog include user stories, changes to existing functionality, and bug fixes.

@mpostol
mpostol / bug_report.md
Created February 12, 2021 09:53
Bug Report Template
name about title labels assignees
Bug report
Create a report to help us improve
bug

Describe the bug

@mpostol
mpostol / FeatureRequest.md
Last active February 15, 2021 14:16
Feature request - Suggest an idea for this project
name about title labels assignees
Feature request
Suggest an idea for this project
Enhance/Improve <sth>
Feature request

Describe problem

@mpostol
mpostol / CreateRepo.md
Last active April 11, 2021 11:02
All related work to prepare the repository for further development.

Create repo TODO list

All related work to prepare the repository for further development.

Follow community recommended standards

Scope:

  • .gitignore
  • README.md

Release new version

  • Update version information for all published assemblies,
  • Prepare an example if applicable
  • Update Readme files
  • Prepare and publish NuGet packages if applicable.
  • Replace project references by packages.
  • Create release front page
    • Getting Started
  • Version information
@mpostol
mpostol / Discussion.md
Created September 23, 2021 15:59
Discussion section to be added to the README.md file

How to follow up?

GitHub offers Discussions as a space to connect with other members of the community. I hope that using the Discussion space you:

  • ask questions you’re wondering about
  • share ideas
  • engage with other community members
  • welcome others and are open-minded; remember that this is a community we build together

I have activated the [Discussion][Discussion] space for this repository. Follow the [Discussion][Discussion] to be in touch.

@mpostol
mpostol / Release.md
Last active November 13, 2021 11:14
Release new version tasks list
name about title labels assignees
Release
Release new version tasks list
Release new version
Feature request
mpostol
  • Update version information for all published assemblies (Model.t4)
  • Prepare an example if applicable
@mpostol
mpostol / Redirect.html
Last active January 22, 2022 10:29 — forked from snarf1974/gist:11198020
HTML Template: Client-side redirect (meta refresh)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;URL=../new-page.htm" />
<title>Redirect to... title of new-page</title>
</head>
<body>
@mpostol
mpostol / ProjectDescription.MD
Last active January 24, 2022 10:42
Content of the project description