1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

- README.cvs-commits: added, pointing to HACKING

- HACKING: added defines commit rules.
Daniel
This commit is contained in:
Daniel Veillard
2001-03-13 09:31:39 +00:00
parent f07fb25818
commit 76b8fca1a6
3 changed files with 29 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Mar 13 10:29:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* README.cvs-commits: added, pointing to HACKING
* HACKING: added defines commit rules.
Mon Mar 12 14:43:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* libxslt/extra.c libxslt/variables.c: fixing compilation

19
HACKING Normal file
View File

@ -0,0 +1,19 @@
Rules for commits on the libxslt module
=======================================
If what you are patching is a non-compilation issue either at compile
time or linking time on one of the main Linux platforms, then feel free
to patch first and send mail afterward, as long as it's a 'small fix'.
Otherwise, oly Bjorn Reese (breese@users.sourceforge.net) and me
(veillard@redhat.com) should commit there. Send a mail and if it's a
bug issue, register it at bugzilla.gnome.org in the libxslt module.
I check both my mail and the bug database on a very regular basis.
if you don't get an answer within a week (which is highly unprobable)
then commit your changes. This simply mean that I'm on holliday or
on the road.
thanks in advance for following the rule,
Daniel

5
README.cvs-commits Normal file
View File

@ -0,0 +1,5 @@
Please read the HACKING file for instructions
Daniel
$Id$