parent
56406aa77c
commit
e699f1f157
@ -0,0 +1,43 @@
|
||||
# For the subject line:
|
||||
# * Use 50 characters maximum.
|
||||
# * Do not use a sentence-ending period.
|
||||
Add your title here
|
||||
|
||||
# Why is this change happening, e.g. goals, use cases, stories, etc.?
|
||||
Why:
|
||||
|
||||
# How is this change happening, e.g. implementations, algorithms, etc.?
|
||||
How:
|
||||
|
||||
# Tags suitable for searching, such as hashtags, keywords, etc.
|
||||
Tags:
|
||||
|
||||
# See links to relevant web pages, issue trackers, blog articles, etc.
|
||||
# See: https://example.com/
|
||||
# See: [Example Page](https://example.com/)
|
||||
|
||||
# List all co-authors, so version control systems can connect teams.
|
||||
# Co-authored-by: Name <name@example.com>
|
||||
# Co-authored-by: Name <name@example.com>
|
||||
|
||||
# ## Help ##
|
||||
#
|
||||
# Subject line imperative uppercase verbs:
|
||||
#
|
||||
# Add = Create a capability e.g. feature, test, dependency.
|
||||
# Drop = Delete a capability e.g. feature, test, dependency.
|
||||
# Fix = Fix an issue e.g. bug, typo, accident, misstatement.
|
||||
# Bump = Increase the version of something e.g. a dependency.
|
||||
# Make = Change the build process, or tools, or infrastructure.
|
||||
# Start = Begin doing something; e.g. enable a toggle, feature flag, etc.
|
||||
# Stop = End doing something; e.g. disable a toggle, feature flag, etc.
|
||||
# Optimize = A change that MUST be just about performance, e.g. speed up code.
|
||||
# Document = A change that MUST be only in the documentation, e.g. help files.
|
||||
# Refactor = A change that MUST be just refactoring.
|
||||
# Reformat = A change that MUST be just format, e.g. indent line, trim space, etc.
|
||||
# Rephrase = A change that MUST be just textual, e.g. edit a comment, doc, etc.
|
||||
#
|
||||
#
|
||||
# For the body text:
|
||||
# * Use as many lines as you like.
|
||||
# * Use 72 characters maximum per line for typical word wrap text.
|
@ -0,0 +1,32 @@
|
||||
<!--- Provide a general summary of the issue in the Title above -->
|
||||
|
||||
## Expected Behavior
|
||||
<!--- If you're describing a bug, tell us what should happen -->
|
||||
<!--- If you're suggesting a change/improvement, tell us how it should work -->
|
||||
|
||||
## Current Behavior
|
||||
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
|
||||
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
|
||||
|
||||
## Possible Solution
|
||||
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
||||
<!--- or ideas how to implement the addition or change -->
|
||||
|
||||
## Steps to Reproduce (for bugs)
|
||||
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
|
||||
<!--- reproduce this bug. Include code to reproduce, if relevant -->
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4.
|
||||
|
||||
## Context
|
||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||
|
||||
## Your Environment
|
||||
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
||||
* Version used:
|
||||
* Environment name and version (e.g. Chrome 39, node.js 5.4):
|
||||
* Operating System and version (desktop or mobile):
|
||||
* Link to your project:
|
@ -0,0 +1,44 @@
|
||||
[user]
|
||||
name = taco_diabolo
|
||||
[color]
|
||||
ui = auto
|
||||
filemode = false
|
||||
[color "branch"]
|
||||
|
||||
current = green bold
|
||||
local = green
|
||||
remote = yellow
|
||||
|
||||
[color "diff"]
|
||||
|
||||
frag = magenta
|
||||
meta = yellow
|
||||
new = green
|
||||
old = red
|
||||
|
||||
[color "status"]
|
||||
|
||||
added = green reverse
|
||||
changed = yellow reverse
|
||||
untracked = red reverse
|
||||
[core]
|
||||
editor = "$(which vim) -g -c 'set tw=72' -c 'set formatoptions+=w' --remote-wait-silent"
|
||||
excludesfile = ~/.gitignore
|
||||
attributesfile = ~/.gitattributes
|
||||
autocrlf = input
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[pager]
|
||||
diff = "vim -c '%sm/\\e.\\{-}m//ge' -c 'set ft=diff' -c 'normal gg' -"
|
||||
[diff "bin"]
|
||||
|
||||
# Use `hexdump` to diff binary files
|
||||
|
||||
textconv = hexdump -v -C
|
||||
[commit]
|
||||
template = ~/.git_commit_template.txt
|
||||
[credential]
|
||||
helper = store
|
@ -0,0 +1,2 @@
|
||||
.config/coc/extensions
|
||||
.gitconfig
|
Loading…
Reference in new issue