Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
flot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HS-public
flot
Commits
836c9f15
Commit
836c9f15
authored
Sep 23, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prioritize pull request instructions for clarity.
parent
c4aa3cc7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
CONTRIBUTING.md
CONTRIBUTING.md
+9
-10
No files found.
CONTRIBUTING.md
View file @
836c9f15
...
...
@@ -8,9 +8,8 @@ work for us, and a faster and better response.
Issues are not a way to ask general questions about Flot. If you see unexpected
behavior but are not 100% certain that it is a bug, please try posting to the
[
forum
](
http://groups.google.com/group/flot-graphs
)
first, and confirm that
what you see is really a Flot problem before creating a new issue for it.
When reporting a bug, please include a working demonstration of the problem, if
what you see is really a Flot problem before creating a new issue for it. When
reporting a bug, please include a working demonstration of the problem, if
possible, or at least a clear description of the options you're using and the
environment (browser and version, jQuery version, other libraries) that you're
running under.
...
...
@@ -27,17 +26,17 @@ duplicated effort.
To make merging as easy as possible, please keep these rules in mind:
1.
Divide larger changes into a series of small, logical commits with
descriptive messages.
2.
Format your code according to the style guidelines below.
3.
Submit new features or architectural changes to the
*<version>-work*
1.
Submit new features or architectural changes to the
*<version>-work*
branch for the next major release. Submit bug fixes to the master branch.
4.
Rebase, if necessary, before submitting your pull request, to reduce the
2.
Divide larger changes into a series of small, logical commits with
descriptive messages.
3.
Rebase, if necessary, before submitting your pull request, to reduce the
work we need to do to merge it.
4.
Format your code according to the style guidelines below.
### Flot Style Guidelines ###
Flot follows the
[
jQuery Core Style Guidelines
](
http://docs.jquery.com/JQuery_Core_Style_Guidelines
)
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment