Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
5193a981
Commit
5193a981
authored
Apr 17, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update contributing txt
parent
7903c036
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
CONTRIBUTING.rst
CONTRIBUTING.rst
+5
-3
No files found.
CONTRIBUTING.rst
View file @
5193a981
...
@@ -14,10 +14,10 @@ Add tests for your bugfix or feature
...
@@ -14,10 +14,10 @@ Add tests for your bugfix or feature
------------------------------------
------------------------------------
Add a test for any bug fixed or feature added. We use Jasmine
Add a test for any bug fixed or feature added. We use Jasmine
for testing. Take a look at tests.html and spec/MainSpec.js to see how
for testing.
tests are implemented.
You can also see the test output online, here: http://conversejs.org/tests.html
Take a look at ``tests.html`` and ``spec/MainSpec.js`` to see how
the tests are implemented.
Check that the tests run
Check that the tests run
------------------------
------------------------
...
@@ -25,4 +25,6 @@ Check that the tests run
...
@@ -25,4 +25,6 @@ Check that the tests run
Check that the Jasmine BDD tests complete sucessfully. Open tests.html in your
Check that the Jasmine BDD tests complete sucessfully. Open tests.html in your
browser, and the tests will run automatically.
browser, and the tests will run automatically.
You can see the current test output online, here: http://conversejs.org/tests.html
.. _Converse.js: http://conversejs.org
.. _Converse.js: http://conversejs.org
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